mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-26 01:35:41 +03:00
Fix GPS Rescue (needs yaw smoothing but works).
This commit is contained in:
parent
041362614b
commit
c3412225f5
5 changed files with 8 additions and 4 deletions
|
@ -548,6 +548,8 @@ static bool osdDrawSingleElement(uint8_t item)
|
|||
strcpy(buff, "STAB");
|
||||
} else if (FLIGHT_MODE(HORIZON_MODE)) {
|
||||
strcpy(buff, "HOR ");
|
||||
} else if (FLIGHT_MODE(GPS_RESCUE_MODE)) {
|
||||
strcpy(buff, "RESC");
|
||||
} else if (isAirmodeActive()) {
|
||||
strcpy(buff, "AIR ");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue