AP_SerialManager: make console do mavlink2 by default

this is low impact as it doesn't affect radios that may not do mavlink2
This commit is contained in:
Andrew Tridgell 2018-07-18 13:19:38 +10:00
parent 82aba6fe56
commit 75c5fda222

View File

@ -55,7 +55,7 @@ const AP_Param::GroupInfo AP_SerialManager::var_info[] = {
// @Values: 1:MAVlink1, 2:MAVLink2
// @User: Standard
// @RebootRequired: True
AP_GROUPINFO("0_PROTOCOL", 11, AP_SerialManager, state[0].protocol, SerialProtocol_MAVLink),
AP_GROUPINFO("0_PROTOCOL", 11, AP_SerialManager, state[0].protocol, SerialProtocol_MAVLink2),
// @Param: 1_PROTOCOL
// @DisplayName: Telem1 protocol selection