mirror of https://github.com/OpenIPC/firmware.git
Fix if syntax error in load_sigmastar (#1793)
Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>pull/1794/head
parent
9f42c00153
commit
d68e6e2481
|
@ -15,7 +15,7 @@ detect_sensor() {
|
|||
fi
|
||||
|
||||
SENSOR=$(ipcinfo -s)
|
||||
if [ "$BUILD" != "fpv" ]
|
||||
if [ "$BUILD" != "fpv" ]; then
|
||||
fw_setenv sensor "$SENSOR"
|
||||
fi
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue