PX4: A better error message in the log file when the px4io upgrade fails

This commit is contained in:
Kevin Hester 2013-06-17 18:58:47 -07:00 committed by Andrew Tridgell
parent bb2a6b8a22
commit 6187c66147
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ then
echo "Loaded /fs/microsd/px4io.bin OK" >> /fs/microsd/APM/px4io_update.log
tone_alarm MSPAA
else
echo "Failed loading /fs/microsd/px4io.bin" >> /fs/microsd/APM/px4io_update.log
echo "Failed loading /fs/microsd/px4io.bin (check PX4IO is in bootloader mode - hold down the Safety Button while powering up)" >> /fs/microsd/APM/px4io_update.log
echo "Failed to upgrade PX4IO firmware - check PX4IO is in bootloader mode"
tone_alarm MNGGG
fi