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

Necessary change to work with esp-idf 5.x #151

Open lbthomsen opened 1 year ago

huardti commented 1 year ago

This change will not work i think because mdns has been moved to his own component and you need to specify it explicitly with the idf_component.yml . If you want I have this PR #153 to fix that