We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8b77c1 commit 87f6703Copy full SHA for 87f6703
1 file changed
src/main/telemetry/crsf.c
@@ -359,13 +359,13 @@ static void crsfFrameFlightMode(sbuf_t *dst)
359
} else
360
#endif
361
if (FLIGHT_MODE(FAILSAFE_MODE)) {
362
- flightMode = "!FS!";
+ flightMode = "!FS!";
363
+ } else if (FLIGHT_MODE(MANUAL_MODE)) {
364
+ flightMode = "MANU";
365
#ifdef USE_GEOZONE
366
} else if (FLIGHT_MODE(NAV_SEND_TO) && !FLIGHT_MODE(NAV_WP_MODE)) {
367
flightMode = "GEO";
-#endif
- } else if (FLIGHT_MODE(MANUAL_MODE)) {
368
- flightMode = "MANU";
+#endif
369
} else if (FLIGHT_MODE(TURTLE_MODE)) {
370
flightMode = "TURT";
371
} else if (FLIGHT_MODE(NAV_RTH_MODE)) {
0 commit comments