mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 15:47:35 +08:00
start px4flow after all rangefinders (including the ones going through rc.serial)
This commit is contained in:
committed by
Daniele Pettenuzzo
parent
9a2617ad33
commit
75f1ad36d1
@@ -108,9 +108,6 @@ fi
|
||||
# ICM20948 as external magnetometer on I2C (e.g. Here GPS)
|
||||
icm20948 -X -M -R 6 start
|
||||
|
||||
# Check for flow sensor, launched as a background task to scan
|
||||
px4flow start &
|
||||
|
||||
###############################################################################
|
||||
# End Optional drivers #
|
||||
###############################################################################
|
||||
|
||||
@@ -452,6 +452,9 @@ else
|
||||
vmount start
|
||||
fi
|
||||
|
||||
# Check for flow sensor, launched as a background task to scan
|
||||
px4flow start &
|
||||
|
||||
#
|
||||
# Optional board supplied extras: rc.board_extras
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user