mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 14:47:44 +08:00
tap_common rc.interface:Use tune_control
This commit is contained in:
committed by
Lorenz Meier
parent
91abb36063
commit
b9a54cb4fd
@@ -27,7 +27,7 @@ then
|
||||
else
|
||||
echo "ERROR [init] Error loading mixer: $MIXER_FILE"
|
||||
echo "ERROR:[init] Could not load mixer: $MIXER_FILE" >> $LOG_FILE
|
||||
tone_alarm $TUNE_ERR
|
||||
tune_control play -t 20
|
||||
fi
|
||||
|
||||
unset MIXER_FILE
|
||||
@@ -36,7 +36,7 @@ else
|
||||
then
|
||||
echo "ERROR [init] Mixer not defined"
|
||||
echo "ERROR [init] Mixer not defined" >> $LOG_FILE
|
||||
tone_alarm $TUNE_ERR
|
||||
tune_control play -t 20
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user