mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 10:46:33 +08:00
ROMFS: move px4flow start to rc.sensors
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user