mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Replaced !FS! fly mode with *FS* due to missing exclamation mark in OSD font
This commit is contained in:
parent
eb7e6c0b39
commit
e276976b28
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ static void osdElementFlymode(osdElementParms_t *element)
|
|||
// 5. ACRO
|
||||
|
||||
if (FLIGHT_MODE(FAILSAFE_MODE)) {
|
||||
strcpy(element->buff, "!FS!");
|
||||
strcpy(element->buff, "*FS*");
|
||||
} else if (FLIGHT_MODE(GPS_RESCUE_MODE)) {
|
||||
strcpy(element->buff, "RESC");
|
||||
} else if (FLIGHT_MODE(HEADFREE_MODE)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue