Fix if syntax error in load_sigmastar (#1793)

Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
pull/1794/head
CC 2025-04-10 22:54:15 +08:00 committed by GitHub
parent 9f42c00153
commit d68e6e2481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ detect_sensor() {
fi
SENSOR=$(ipcinfo -s)
if [ "$BUILD" != "fpv" ]
if [ "$BUILD" != "fpv" ]; then
fw_setenv sensor "$SENSOR"
fi
}