Merge branch 'develop' into multi-message-Storage

This commit is contained in:
Jason P
2025-10-11 16:10:25 -05:00
committed by GitHub
19 changed files with 84 additions and 246 deletions

View File

@@ -1427,6 +1427,9 @@ int Screen::handleStatusUpdate(const meshtastic::Status *arg)
}
nodeDB->updateGUI = false;
break;
case STATUS_TYPE_POWER:
forceDisplay(true);
break;
}
return 0;