mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 14:13:51 +00:00
[esp32_improv] Fix state not transitioning to PROVISIONED when WiFi configured via captive portal (#11181)
This commit is contained in:
@@ -111,6 +111,7 @@ class ESP32ImprovComponent : public Component {
|
||||
void send_response_(std::vector<uint8_t> &response);
|
||||
void process_incoming_data_();
|
||||
void on_wifi_connect_timeout_();
|
||||
void check_wifi_connection_();
|
||||
bool check_identify_();
|
||||
void advertise_service_data_();
|
||||
#if ESPHOME_LOG_LEVEL >= ESPHOME_LOG_LEVEL_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user