mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-01 08:54:08 +08:00
MAVLink app via Wifi: Drop max data rate
This commit is contained in:
parent
ad3ca2a9d2
commit
d3f5cf5d93
@ -489,7 +489,7 @@ then
|
||||
then
|
||||
set MAVLINK_F "-r 1200 -d /dev/ttyS1"
|
||||
# Start MAVLink on Wifi (ESP8266 port)
|
||||
mavlink start -r 80000 -m config -b 921600 -d /dev/ttyS0
|
||||
mavlink start -r 60000 -m config -b 921600 -d /dev/ttyS0
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user