mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_SerialManager: TYPE param renamed to MAVLink
This commit is contained in:
parent
1da3c24850
commit
19ea0944b1
@ -173,7 +173,7 @@ const AP_Param::GroupInfo AP_SerialManager::var_info[] = {
|
|||||||
// @Param: 0_PROTOCOL
|
// @Param: 0_PROTOCOL
|
||||||
// @DisplayName: Console protocol selection
|
// @DisplayName: Console protocol selection
|
||||||
// @Description: Control what protocol to use on the console.
|
// @Description: Control what protocol to use on the console.
|
||||||
// @Values: 1:MAVlink1, 2:MAVLink2
|
// @Values: 1:MAVLink1, 2:MAVLink2
|
||||||
// @User: Standard
|
// @User: Standard
|
||||||
// @RebootRequired: True
|
// @RebootRequired: True
|
||||||
AP_GROUPINFO("0_PROTOCOL", 11, AP_SerialManager, state[0].protocol, SerialProtocol_MAVLink2),
|
AP_GROUPINFO("0_PROTOCOL", 11, AP_SerialManager, state[0].protocol, SerialProtocol_MAVLink2),
|
||||||
|
Loading…
Reference in New Issue
Block a user