mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Hotfix: Do not start MAVLink as default on telemetry port
This commit is contained in:
@@ -189,8 +189,9 @@ then
|
|||||||
if [ $MODE == autostart ]
|
if [ $MODE == autostart ]
|
||||||
then
|
then
|
||||||
# Telemetry port is on both FMU boards ttyS1
|
# Telemetry port is on both FMU boards ttyS1
|
||||||
mavlink start -b 57600 -d /dev/ttyS1
|
# but the AR.Drone motors can be get 'flashed'
|
||||||
usleep 5000
|
# if starting MAVLink on them - so do not
|
||||||
|
# start it as default (default link: USB)
|
||||||
|
|
||||||
# Start commander
|
# Start commander
|
||||||
commander start
|
commander start
|
||||||
|
|||||||
Reference in New Issue
Block a user