Firmware rename for px4io to avoid using board label in name.

This commit is contained in:
jgoppert
2015-10-20 13:36:25 -04:00
parent a57f8e2ce3
commit 8536722861
5 changed files with 13 additions and 13 deletions

View File

@@ -260,11 +260,11 @@ then
#
# Check if PX4IO present and update firmware if needed
#
if [ -f /etc/extras/px4io-v2_default.bin ]
if [ -f /etc/extras/px4io-v2.bin ]
then
set IO_FILE /etc/extras/px4io-v2_default.bin
set IO_FILE /etc/extras/px4io-v2.bin
else
set IO_FILE /etc/extras/px4io-v1_default.bin
set IO_FILE /etc/extras/px4io-v1.bin
fi
if px4io checkcrc ${IO_FILE}