Add welcome screen feature toggle

This commit is contained in:
Jm Casler
2022-04-13 21:59:25 -07:00
parent ecc114f1cd
commit 7e977aea00
4 changed files with 11 additions and 6 deletions

View File

@@ -894,9 +894,11 @@ int32_t Screen::runOnce()
showingBootScreen = false;
}
#ifndef DISABLE_WELCOME_UNSET
if (radioConfig.preferences.region == RegionCode_Unset) {
setWelcomeFrames();
}
#endif
// Process incoming commands.
for (;;) {