fix: InkHUD shouldn't nag about timezone (#6040)

This commit is contained in:
todd-herbert 2025-02-13 00:09:42 +13:00 committed by GitHub
parent ded45cf17d
commit 910efd86f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -174,10 +174,9 @@ void InkHUD::TipsApplet::onActivate()
if (settings.tips.firstBoot)
tipQueue.push_back(Tip::WELCOME);
// Region and/or Timezone
// Shown until sets region and tz
if (config.lora.region == meshtastic_Config_LoRaConfig_RegionCode_UNSET ||
!(*config.device.tzdef && config.device.tzdef[0] != 0))
// Antenna, region, timezone
// Shown at boot if region not yet set
if (config.lora.region == meshtastic_Config_LoRaConfig_RegionCode_UNSET)
tipQueue.push_back(Tip::FINISH_SETUP);
// Shutdown info