ROMFS: move px4flow start to rc.sensors

This commit is contained in:
Daniel Agar 2022-04-12 11:39:40 -04:00
parent 1d66f2cf83
commit 0a0987a6e0
2 changed files with 6 additions and 6 deletions

View File

@ -95,6 +95,12 @@ then
paw3902 -S start paw3902 -S start
fi fi
# Check for px4flow sensor
if param compare -s SENS_EN_PX4FLOW 1
then
px4flow start -X
fi
# vl53l1x i2c distance sensor # vl53l1x i2c distance sensor
if param compare -s SENS_EN_VL53L1X 1 if param compare -s SENS_EN_VL53L1X 1
then then

View File

@ -492,12 +492,6 @@ else
gimbal start gimbal start
fi fi
# Check for flow sensor
if param compare -s SENS_EN_PX4FLOW 1
then
px4flow start -X
fi
# Blacksheep telemetry # Blacksheep telemetry
if param compare -s TEL_BST_EN 1 if param compare -s TEL_BST_EN 1
then then