mirror of https://github.com/ArduPilot/ardupilot
AP_OSD: Add i-BUS telemetry serial protocol value
This commit is contained in:
parent
6f42acc01f
commit
e2c7b489a1
|
@ -139,7 +139,7 @@ static const char* SERIAL_PROTOCOL_VALUES[] = {
|
|||
"FSKY_TX", "LID360", "", "BEACN", "VOLZ", "SBUS", "ESC_TLM", "DEV_TLM", "OPTFLW", "RBTSRV",
|
||||
"NMEA", "WNDVNE", "SLCAN", "RCIN", "MGSQRT", "LTM", "RUNCAM", "HOT_TLM", "SCRIPT", "CRSF",
|
||||
"GEN", "WNCH", "MSP", "DJI", "AIRSPD", "ADSB", "AHRS", "AUDIO", "FETTEC", "TORQ",
|
||||
"AIS", "CD_ESC", "MSP_DP", "MAV_HL", "TRAMP", "DDS", "IMUOUT", "IQ", "PPP",
|
||||
"AIS", "CD_ESC", "MSP_DP", "MAV_HL", "TRAMP", "DDS", "IMUOUT", "IQ", "PPP", "IBUS_TLM"
|
||||
};
|
||||
static_assert(AP_SerialManager::SerialProtocol_NumProtocols == ARRAY_SIZE(SERIAL_PROTOCOL_VALUES), "Wrong size SerialProtocol_NumProtocols");
|
||||
|
||||
|
|
Loading…
Reference in New Issue