Added tune on IO upgrade error

This commit is contained in:
Lorenz Meier 2014-01-23 18:39:32 +01:00
parent 046a71226b
commit 1afe7f2c50
1 changed files with 2 additions and 0 deletions

View File

@ -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