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:
@@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user