mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-29 20:18:31 -04:00
PX4: A better error message in the log file when the px4io upgrade fails
This commit is contained in:
parent
bb2a6b8a22
commit
6187c66147
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user