mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 10:26:52 +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 as external magnetometer on I2C (e.g. Here GPS)
|
||||||
icm20948 -X -M -R 6 start
|
icm20948 -X -M -R 6 start
|
||||||
|
|
||||||
# Check for flow sensor, launched as a background task to scan
|
|
||||||
px4flow start &
|
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# End Optional drivers #
|
# End Optional drivers #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|||||||
@@ -452,6 +452,9 @@ else
|
|||||||
vmount start
|
vmount start
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Check for flow sensor, launched as a background task to scan
|
||||||
|
px4flow start &
|
||||||
|
|
||||||
#
|
#
|
||||||
# Optional board supplied extras: rc.board_extras
|
# Optional board supplied extras: rc.board_extras
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user