forked from Archive/PX4-Autopilot
Added tune on IO upgrade error
This commit is contained in:
parent
046a71226b
commit
1afe7f2c50
|
@ -199,10 +199,12 @@ then
|
|||
else
|
||||
echo "[init] ERROR: PX4IO update failed"
|
||||
echo "PX4IO update failed" >> $LOG_FILE
|
||||
tone_alarm $TUNE_OUT_ERROR
|
||||
fi
|
||||
else
|
||||
echo "[init] ERROR: PX4IO update failed"
|
||||
echo "PX4IO update failed" >> $LOG_FILE
|
||||
tone_alarm $TUNE_OUT_ERROR
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue