Merge pull request #1381 from mc-hamster/compression

Fix for welcome screen going over ble pairing
This commit is contained in:
Jm Casler 2022-04-14 21:05:21 -07:00 committed by GitHub
commit 1082c5d771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,7 +187,6 @@ static void drawWelcomeScreen(OLEDDisplay *display, OLEDDisplayUiState *state, i
yield();
esp_task_wdt_reset();
#endif
}
#ifdef HAS_EINK
@ -895,7 +894,7 @@ int32_t Screen::runOnce()
}
#ifndef DISABLE_WELCOME_UNSET
if (radioConfig.preferences.region == RegionCode_Unset) {
if (showingNormalScreen && radioConfig.preferences.region == RegionCode_Unset) {
setWelcomeFrames();
}
#endif