mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 17:55:28 +03:00
failsafe mode text changed from 100FS to FS
This commit is contained in:
parent
2c3a1d04cd
commit
95da968b71
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ static void osdDrawSingleElement(uint8_t item)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (FLIGHT_MODE(FAILSAFE_MODE))
|
if (FLIGHT_MODE(FAILSAFE_MODE))
|
||||||
p = "!FS";
|
p = "FS";
|
||||||
else if (FLIGHT_MODE(ANGLE_MODE))
|
else if (FLIGHT_MODE(ANGLE_MODE))
|
||||||
p = "STAB";
|
p = "STAB";
|
||||||
else if (FLIGHT_MODE(HORIZON_MODE))
|
else if (FLIGHT_MODE(HORIZON_MODE))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue