1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-29 16:42:19 +01:00

Merge branch 'make_captive_portal_captive' into memory_api

This commit is contained in:
J. Nick Koston
2025-09-27 13:13:05 -05:00

View File

@@ -66,7 +66,6 @@ void CaptivePortal::start() {
}
network::IPAddress ip = wifi::global_wifi_component->wifi_soft_ap_ip();
ESP_LOGI(TAG, "Starting captive portal on IP: %s", ip.str().c_str());
#ifdef USE_ESP_IDF
// Create DNS server instance for ESP-IDF