1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 01:05:27 +03:00

Add LTM Telemetry // Remove MSP telemetry

This commit is contained in:
borisbstyle 2016-02-03 11:14:35 +01:00
parent 4888a3a375
commit 63dcc3dc1d
8 changed files with 328 additions and 138 deletions

View file

@ -29,10 +29,10 @@ typedef enum {
FUNCTION_GPS = (1 << 1), // 2
FUNCTION_TELEMETRY_FRSKY = (1 << 2), // 4
FUNCTION_TELEMETRY_HOTT = (1 << 3), // 8
FUNCTION_TELEMETRY_MSP = (1 << 4), // 16
FUNCTION_TELEMETRY_LTM = (1 << 4), // 16
FUNCTION_TELEMETRY_SMARTPORT = (1 << 5), // 32
FUNCTION_RX_SERIAL = (1 << 6), // 64
FUNCTION_BLACKBOX = (1 << 7) // 128
FUNCTION_BLACKBOX = (1 << 7), // 128
} serialPortFunction_e;
typedef enum {