mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_SerialManager: Add serial protocol for i-BUS telemetry
This commit is contained in:
parent
8040e7c502
commit
6f42acc01f
@ -85,6 +85,7 @@ public:
|
|||||||
SerialProtocol_IMUOUT = 46,
|
SerialProtocol_IMUOUT = 46,
|
||||||
// Reserving Serial Protocol 47 for SerialProtocol_IQ
|
// Reserving Serial Protocol 47 for SerialProtocol_IQ
|
||||||
SerialProtocol_PPP = 48,
|
SerialProtocol_PPP = 48,
|
||||||
|
SerialProtocol_IBUS_Telem = 49, // i-BUS telemetry data, ie via sensor port of FS-iA6B
|
||||||
SerialProtocol_NumProtocols // must be the last value
|
SerialProtocol_NumProtocols // must be the last value
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user