mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
start px4flow after all rangefinders (including the ones going through rc.serial)
This commit is contained in:
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
|
||||
#
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user