mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 13:57:35 +08:00
ROMFS: Enable FTP on companion link
Not sure that ftp usable in 57600. Tested on 921600.
This commit is contained in:
@@ -479,11 +479,11 @@ then
|
||||
# but this works for now
|
||||
if param compare SYS_COMPANION 921600
|
||||
then
|
||||
mavlink start -d /dev/ttyS2 -b 921600 -m onboard -r 20000
|
||||
mavlink start -d /dev/ttyS2 -b 921600 -m onboard -r 20000 -x
|
||||
fi
|
||||
if param compare SYS_COMPANION 57600
|
||||
then
|
||||
mavlink start -d /dev/ttyS2 -b 57600 -m onboard -r 1000
|
||||
mavlink start -d /dev/ttyS2 -b 57600 -m onboard -r 1000 -x
|
||||
fi
|
||||
if param compare SYS_COMPANION 157600
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user