fix: confirm successful OTA boot before restart

This commit is contained in:
torlando-agent[bot]
2026-07-24 19:21:56 +00:00
parent 12d25b2acc
commit 0ea2be3fda
4 changed files with 56 additions and 0 deletions
+7
View File
@@ -1312,6 +1312,13 @@ void SettingsScreen::set_lxmf_address(const Bytes& hash) {
_lxmf_address = hash;
}
void SettingsScreen::set_firmware_version(const String& version) {
if (_label_firmware) {
String text = "Firmware: " + version;
lv_label_set_text(_label_firmware, text.c_str());
}
}
void SettingsScreen::set_gps(TinyGPSPlus* gps) {
_gps = gps;
}