Browse Source

ROMFS: allow to use 460800 baudrate for onboard mode

sbg
Lucas De Marchi 8 years ago committed by Lorenz Meier
parent
commit
6121119631
  1. 4
      ROMFS/px4fmu_common/init.d/rcS

4
ROMFS/px4fmu_common/init.d/rcS

@ -647,6 +647,10 @@ then @@ -647,6 +647,10 @@ then
then
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 57600 -m onboard -r 5000 -x
fi
if param compare SYS_COMPANION 460800
then
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 460800 -m onboard -r 5000 -x
fi
if param compare SYS_COMPANION 157600
then
mavlink start -d ${MAVLINK_COMPANION_DEVICE} -b 57600 -m osd -r 1000

Loading…
Cancel
Save