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:
Julian Oes 2021-09-28 09:09:45 +02:00 committed by Daniel Agar
parent 76920171c7
commit 1be4e35ed4
1 changed files with 9 additions and 0 deletions

View File

@ -477,6 +477,15 @@ else
#
. ${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.
#