mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 03:20:00 +03:00
parent
948dfd79dd
commit
5b82a6aa2d
1 changed files with 2 additions and 2 deletions
|
@ -1097,10 +1097,10 @@ static void osdElementFlymode(osdElementParms_t *element)
|
|||
} else if (IS_RC_MODE_ACTIVE(BOXACROTRAINER)) {
|
||||
strcpy(element->buff, "ATRN");
|
||||
#ifdef USE_CHIRP
|
||||
// the additional check for pidChirpIsFinished() is to have visual feedback for user that don't have warnings enabled in their googles
|
||||
// the additional check for pidChirpIsFinished() is to have visual feedback for user that don't have warnings enabled in their goggles
|
||||
} else if (FLIGHT_MODE(CHIRP_MODE) && !pidChirpIsFinished()) {
|
||||
#endif
|
||||
strcpy(element->buff, "CHIR");
|
||||
#endif
|
||||
} else if (isAirmodeEnabled()) {
|
||||
strcpy(element->buff, "AIR ");
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue