mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
add Acro Trainer as flight mode to OSD
This commit is contained in:
parent
8e9e757448
commit
b5e0a82852
1 changed files with 2 additions and 0 deletions
|
@ -583,6 +583,8 @@ static bool osdDrawSingleElement(uint8_t item)
|
|||
strcpy(buff, "HOR ");
|
||||
} else if (FLIGHT_MODE(GPS_RESCUE_MODE)) {
|
||||
strcpy(buff, "RESC");
|
||||
} else if (IS_RC_MODE_ACTIVE(BOXACROTRAINER)) {
|
||||
strcpy(buff, "ATRN");
|
||||
} else if (isAirmodeActive()) {
|
||||
strcpy(buff, "AIR ");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue