mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
Telemetry fixes
This commit is contained in:
parent
0a2d2a9b99
commit
2d26a74b18
7 changed files with 39 additions and 20 deletions
|
@ -246,6 +246,16 @@ enum UartModes {
|
|||
#define LEN_BLUETOOTH_NAME 10
|
||||
#endif
|
||||
|
||||
enum TelemetryProtocol
|
||||
{
|
||||
TELEM_PROTO_FRSKY_D,
|
||||
TELEM_PROTO_FRSKY_SPORT,
|
||||
TELEM_PROTO_CROSSFIRE,
|
||||
TELEM_PROTO_SPEKTRUM,
|
||||
TELEM_PROTO_LUA,
|
||||
TELEM_PROTO_FLYSKY_IBUS,
|
||||
};
|
||||
|
||||
#define TELEM_LABEL_LEN 4
|
||||
enum TelemetryUnit {
|
||||
UNIT_RAW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue