1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-13 15:23:49 +01:00

[esp32_improv] Fix state not transitioning to PROVISIONED when WiFi configured via captive portal

This commit is contained in:
J. Nick Koston
2025-10-11 12:57:13 -10:00
parent a193d5b40e
commit c63902781b

View File

@@ -402,7 +402,6 @@ void ESP32ImprovComponent::on_wifi_connected_() {
ESP_LOGD(TAG, "WiFi provisioned externally"); ESP_LOGD(TAG, "WiFi provisioned externally");
} }
// Common actions for both cases
this->set_state_(improv::STATE_PROVISIONED); this->set_state_(improv::STATE_PROVISIONED);
this->stop(); this->stop();
} }