mirror of
https://github.com/esphome/esphome.git
synced 2025-10-13 07:13:47 +01:00
[esp32_improv] Fix state not transitioning to PROVISIONED when WiFi configured via captive portal
This commit is contained in:
@@ -163,9 +163,6 @@ void ESP32ImprovComponent::loop() {
|
||||
}
|
||||
case improv::STATE_PROVISIONING: {
|
||||
this->set_status_indicator_state_((now % 200) < 100);
|
||||
if (wifi::global_wifi_component->is_connected()) {
|
||||
this->on_wifi_connected_();
|
||||
}
|
||||
break;
|
||||
}
|
||||
case improv::STATE_PROVISIONED: {
|
||||
|
Reference in New Issue
Block a user