mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-26 18:09:04 +00:00
fix: InkHUD shouldn't nag about timezone (#6040)
This commit is contained in:
parent
ded45cf17d
commit
910efd86f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user