Update ROMFS/px4fmu_common/init.d/rc.sensors

parameter comparison logic is changed.

Co-authored-by: Daniel Agar <daniel@agar.ca>
This commit is contained in:
Orkun Aşa
2020-12-08 20:10:25 +03:00
committed by Lorenz Meier
parent a6b7add2fe
commit f2aa7d3f88
+1 -1
View File
@@ -103,7 +103,7 @@ then
fi
# vl53l1x i2c distance sensor
if param greater -s SENS_EN_VL53L1X 0
if param compare -s SENS_EN_VL53L1X 1
then
vl53l1x start -X
fi