update status bar immediately after network started

This commit is contained in:
Terrence
2025-05-24 07:25:34 +08:00
parent 6d5331dddd
commit 0204b8800b
4 changed files with 47 additions and 44 deletions

View File

@@ -395,6 +395,9 @@ void Application::Start() {
/* Wait for the network to be ready */
board.StartNetwork();
// Update the status bar immediately to show the network state
display->UpdateStatusBar(true);
// Check for new firmware version or get the MQTT broker address
CheckNewVersion();