esp32-wifi-manager
esp32-wifi-manager copied to clipboard
Multi Wifi and simultaneous softAP Manager with RESTful API
Hi, I m trying to switch to AP mode but seems it doesn't work. Here's the command I use curl -X POST "IP_ESP32/api/softap/start" But I get an 52 response and...
Hi @MartinVerges is there an easy way to launch this as a captive portal? Currently to use it, I have to go to 192.168.4.1/wifi after clicking softAP name in my...
I've noticed, that method `configueSoftAp()` has a typo in it. Can you also create `configureSoftAp()`, leave the previous for backwards compatibility and mark it as deprecated? And also one suggestion...