You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/telemetry/telemetry.h
+11-16Lines changed: 11 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -55,16 +55,16 @@ typedef enum {
55
55
} smartportFuelUnit_e;
56
56
57
57
typedefenum {
58
-
CRSFR_TELEMETRY_STATE_OFF=0,
59
-
CRSFR_TELEMETRY_STATE_NATIVE,
60
-
CRSFR_TELEMETRY_STATE_CUSTOM,
61
-
CRSFR_TELEMETRY_STATE_POPULATE,
62
-
} crsfTelemetryMode_e;
58
+
TELEMETRY_STATE_OFF=0,
59
+
TELEMETRY_STATE_LEGACY,
60
+
TELEMETRY_STATE_CUSTOM,
61
+
TELEMETRY_STATE_POPULATE,
62
+
} telemetryState_e;
63
63
64
64
typedefenum {
65
-
SMARTPORT_TELEMETRY_STATE_LEGACY=0,
66
-
SMARTPORT_CRSFR_TELEMETRY_STATE_STANDARD,
67
-
} smartportTelemetryMode_e;
65
+
TELEMETRY_MODE_LEGACY,
66
+
TELEMETRY_MODE_CUSTOM,
67
+
} telemetryMode_e;
68
68
69
69
typedefstructtelemetryConfig_s {
70
70
uint8_ttelemetry_switch; // Use aux channel to change serial output & baudrate( MSP / Telemetry ). It disables automatic switching to Telemetry when armed.
0 commit comments