1
0
Fork 0
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:
Michel Pastor 2018-04-23 02:44:30 +02:00
parent ff06f6c53d
commit 66f8372e58

View file

@ -1930,6 +1930,7 @@ static void osdRefresh(timeUs_t currentTimeUs)
if (IS_RC_MODE_ACTIVE(BOXOSD)) {
displayClearScreen(osdDisplayPort);
armState = ARMING_FLAG(ARMED);
return;
}