Skip to content

Commit

Permalink
Wi-Fi icon visible at startup
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardtfn committed Nov 20, 2024
1 parent 6356f34 commit 0d41163
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions esphome/nspanel_esphome_core_hw_wifi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,8 @@ script:
ESP_LOGE(TAG, "No icon pointer available");
return;
}
if (!wifi_icon->initiated){
ESP_LOGV(TAG, "Initializing icon");
wifi_icon->initiated = true;
}
wifi_icon->initiated = true;
wifi_icon->visible = true;
static bool blueprint_is_connected = false;
static bool api_is_connected = false;
static bool wifi_is_connected = false;
Expand Down

0 comments on commit 0d41163

Please sign in to comment.