Skip to content
Snippets Groups Projects
Commit 9d2b5b1c authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Always start MAVLink, never default UART to serial

parent a56d5059
No related branches found
No related tags found
No related merge requests found
......@@ -645,29 +645,8 @@ then
px4flow start &
fi
set DEBUG_MODE no
if [ $LOG_FILE == /dev/null ]
then
set DEBUG_MODE yes
fi
if ver hwcmp CRAZYFLIE
then
set DEBUG_MODE no
fi
# Start USB shell if no microSD present, MAVLink else
if [ $DEBUG_MODE == yes ]
then
# Try to get an USB console
nshterm /dev/ttyACM0 &
else
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
fi
# Start MAVLink
mavlink start -r 800000 -d /dev/ttyACM0 -m config -x
#
# Logging
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment