|
|
@@ -1158,7 +1158,7 @@ static void osdFormatThrottlePosition(char *buff, bool useScaled, textAttributes
|
|
|
#endif
|
|
|
int8_t throttlePercent = getThrottlePercent(useScaled);
|
|
|
if ((useScaled && throttlePercent <= 0) || !ARMING_FLAG(ARMED)) {
|
|
|
- const char* message = ARMING_FLAG(ARMED) ? (throttlePercent == 0 && !ifMotorstopFeatureEnabled()) ? "IDLE" : "STOP" : "DARM";
|
|
|
+ const char* message = ARMING_FLAG(ARMED) ? (throttlePercent == 0 && !ifMotorstopFeatureEnabled()) ? "IDLE" : "STOP" : "DSBL";
|
|
|
buff[0] = SYM_THR;
|
|
|
strcpy(buff + 1, message);
|
|
|
return;
|