Add onboard message for devices with screens (#7655)
* Add onboard message for devices with screens * Add message for TFT
This commit is contained in:
co-authored by
GitHub
parent
c64c196778
commit
d538ad170c
@@ -692,7 +692,7 @@ int32_t Screen::runOnce()
|
||||
|
||||
#ifndef DISABLE_WELCOME_UNSET
|
||||
if (!NotificationRenderer::isOverlayBannerShowing() && config.lora.region == meshtastic_Config_LoRaConfig_RegionCode_UNSET) {
|
||||
menuHandler::LoraRegionPicker(0);
|
||||
menuHandler::OnboardMessage();
|
||||
}
|
||||
#endif
|
||||
if (!NotificationRenderer::isOverlayBannerShowing() && rebootAtMsec != 0) {
|
||||
|
||||
Reference in New Issue
Block a user