Tell MAVLink app once we are fully booted and ready to communicate.

This commit is contained in:
Lorenz Meier
2015-07-22 10:04:13 +02:00
parent a1fd088e8f
commit e7833fe06f

View File

@@ -697,7 +697,7 @@ then
fi
unset EXIT_ON_END
# Run no SD alarm last
# Run no SD alarm
if [ $LOG_FILE == /dev/null ]
then
echo "[i] No microSD card found"
@@ -705,6 +705,9 @@ then
tone_alarm error
fi
# Boot is complete, inform MAVLink app(s) that the system is now fully up and running
mavlink boot_complete
# End of autostart
fi