mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 19:07:45 +08:00
ROMFS: move startup sound further down
This way it works for the Mantis where the tap_esc driver needs to be running before beeping is posssible.
This commit is contained in:
@@ -477,6 +477,15 @@ else
|
|||||||
#
|
#
|
||||||
. ${R}etc/init.d/rc.vehicle_setup
|
. ${R}etc/init.d/rc.vehicle_setup
|
||||||
|
|
||||||
|
#
|
||||||
|
# Play the startup tune (if not disabled or there is an error)
|
||||||
|
#
|
||||||
|
param compare CBRK_BUZZER 782090
|
||||||
|
if [ $? != 0 -o $STARTUP_TUNE != 1 ]
|
||||||
|
then
|
||||||
|
tune_control play -t $STARTUP_TUNE
|
||||||
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
# Start the navigator.
|
# Start the navigator.
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user