T94T
T94T
It would be great to have captive portal enabled. Just found this sketch: https://github.com/espressif/arduino-esp32/blob/615c9279f79f9f721eedc3d48b3506b3c3054492/libraries/DNSServer/examples/CaptivePortal/CaptivePortal.ino Is it possible to implement this feature in your code?
Is there an easy way to run `ElegantOTA` in combination with https://github.com/hoeken/PsychicHttp instead of `ESPAsyncWebServer`?
We really like this implementation of an http/https web server. Thanks a lot! Currently we are experiencing a problem that is causing the ESP32 to crash. WebSocket client: https://github.com/hoeken/PsychicHttp/blob/26b49f73dca48fa333361fb4a4cfeebca802eeda/examples/websockets/data/www/index.html The...