tonyp7 / esp32-wifi-manager

Captive Portal for ESP32 that can connect to a saved wireless network or start an access point where you can connect to existing wifis.
MIT License
648 stars 214 forks source link

dns_server not stopping when wifi_manager_destroy() called #142

Open rgleim opened 2 years ago

rgleim commented 2 years ago

I think you need to add dns_server_stop() inside wifi_manager_destroy() to properly stop and destroy the wifi_manager along with dns_server.