Browse Source

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

parameter comparison logic is changed.

Co-authored-by: Daniel Agar <daniel@agar.ca>
release/1.12
Orkun Aşa 4 years ago committed by Lorenz Meier
parent
commit
f2aa7d3f88
  1. 2
      ROMFS/px4fmu_common/init.d/rc.sensors

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

@ -103,7 +103,7 @@ then
fi fi
# vl53l1x i2c distance sensor # vl53l1x i2c distance sensor
if param greater -s SENS_EN_VL53L1X 0 if param compare -s SENS_EN_VL53L1X 1
then then
vl53l1x start -X vl53l1x start -X
fi fi

Loading…
Cancel
Save