PX4: added a sleep before probing for PX4IO update

this makes boot more reliable for some unknown reason
This commit is contained in:
Andrew Tridgell 2013-08-06 11:39:00 +10:00
parent 50cc6b5445
commit 2e75dd50be

View File

@ -73,9 +73,11 @@ else
fi
fi
########################
# PX4IO upgrade handling
echo checking for /etc/px4io/px4io.bin
sleep 1
if [ -f /etc/px4io/px4io.bin ]
then
echo "Checking for new px4io firmware"