mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-06 16:49:51 +08:00
More autostart items for serial link
This commit is contained in:
@@ -526,6 +526,10 @@ then
|
||||
then
|
||||
mavlink start -d /dev/ttyS2 -b 57600 -m magic -r 5000 -x
|
||||
fi
|
||||
if param compare SYS_COMPANION 357600
|
||||
then
|
||||
mavlink start -d /dev/ttyS2 -b 57600 -r 1000
|
||||
fi
|
||||
# Sensors on the PWM interface bank
|
||||
# clear pins 5 and 6
|
||||
if param compare SENS_EN_LL40LS 1
|
||||
|
||||
@@ -92,6 +92,8 @@ PARAM_DEFINE_INT32(SYS_RESTART_TYPE, 2);
|
||||
* @value 921600 Companion Link (921600 baud, 8N1)
|
||||
* @value 57600 Companion Link (57600 baud, 8N1)
|
||||
* @value 157600 OSD (57600 baud, 8N1)
|
||||
* @value 257600 Command Receiver (57600 baud, 8N1)
|
||||
* @value 357600 Telemetry (57600 baud, 8N1)
|
||||
*
|
||||
* @min 0
|
||||
* @max 921600
|
||||
|
||||
Reference in New Issue
Block a user