Merge remote-tracking branch 'baseui/StandaloneAddons' into unify-tft

This commit is contained in:
Jonathan Bennett
2025-05-30 09:29:45 -05:00
22 changed files with 4695 additions and 1289 deletions

View File

@@ -1228,10 +1228,10 @@ void setup()
LOG_WARN("LoRa chip does not support 2.4GHz. Revert to unset");
config.lora.region = meshtastic_Config_LoRaConfig_RegionCode_UNSET;
nodeDB->saveToDisk(SEGMENT_CONFIG);
if (!rIf->reconfigure()) {
LOG_WARN("Reconfigure failed, rebooting");
if (screen)
screen->startAlert("Rebooting...");
screen->startAlert("Rebooting...");
rebootAtMsec = millis() + 5000;
}
}