1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

Telemetry fixes

This commit is contained in:
Bertrand Songis 2019-04-16 11:26:36 +02:00
parent 0a2d2a9b99
commit 2d26a74b18
7 changed files with 39 additions and 20 deletions

View file

@ -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,