mirror of https://github.com/ArduPilot/ardupilot
AP_HAL_Chibios: default to MavLinkV1 on CubeSolo
see also https://github.com/ArduPilot/ardupilot/issues/22155
This commit is contained in:
parent
e6d35b08cb
commit
2e1af82044
|
@ -146,6 +146,8 @@ RTL_ALT,4500
|
||||||
RTL_CLIMB_MIN,1000
|
RTL_CLIMB_MIN,1000
|
||||||
RTL_SPEED,800
|
RTL_SPEED,800
|
||||||
SERIAL1_BAUD,921
|
SERIAL1_BAUD,921
|
||||||
|
SERIAL1_PROTOCOL,1
|
||||||
|
SERIAL2_PROTOCOL,1
|
||||||
SERIAL4_BAUD,230
|
SERIAL4_BAUD,230
|
||||||
SERIAL4_PROTOCOL,1
|
SERIAL4_PROTOCOL,1
|
||||||
SERVO1_FUNCTION,33
|
SERVO1_FUNCTION,33
|
||||||
|
|
Loading…
Reference in New Issue