mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 09:16:01 +03:00
Do not display armed screen when OSD SW
is disabled after arming
This commit is contained in:
parent
ff06f6c53d
commit
66f8372e58
1 changed files with 1 additions and 0 deletions
|
@ -1930,6 +1930,7 @@ static void osdRefresh(timeUs_t currentTimeUs)
|
|||
|
||||
if (IS_RC_MODE_ACTIVE(BOXOSD)) {
|
||||
displayClearScreen(osdDisplayPort);
|
||||
armState = ARMING_FLAG(ARMED);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue