1
0
Fork 0
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:
Tony Cabello 2019-04-14 18:17:22 +02:00
parent eb7e6c0b39
commit e276976b28

View file

@ -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)) {