Browse Source

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

sbg
Lorenz Meier 10 years ago
parent
commit
e7833fe06f
  1. 5
      ROMFS/px4fmu_common/init.d/rcS

5
ROMFS/px4fmu_common/init.d/rcS

@ -697,7 +697,7 @@ then @@ -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 @@ -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

Loading…
Cancel
Save