mirror of
https://github.com/esphome/esphome.git
synced 2026-02-08 16:51:52 +00:00
fix missing s_sta_connecting = false;
This commit is contained in:
@@ -291,6 +291,7 @@ void WiFiComponent::wifi_event_callback_(esphome_wifi_event_id_t event, esphome_
|
||||
}
|
||||
case ESPHOME_EVENT_ID_WIFI_STA_STOP: {
|
||||
ESP_LOGV(TAG, "STA stop");
|
||||
s_sta_connecting = false;
|
||||
break;
|
||||
}
|
||||
case ESPHOME_EVENT_ID_WIFI_STA_CONNECTED: {
|
||||
|
||||
Reference in New Issue
Block a user