forked from xiaozhi/xiaozhi-esp32
update status bar immediately after network started
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user