Add onboard message for devices with screens (#7655)

* Add onboard message for devices with screens

* Add message for TFT
This commit is contained in:
Jonathan Bennett
2025-08-17 05:55:00 -05:00
committed by GitHub
parent c64c196778
commit d538ad170c
4 changed files with 33 additions and 2 deletions

View File

@@ -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) {