esp32-wifi-manager icon indicating copy to clipboard operation
esp32-wifi-manager copied to clipboard

Adaptation to the esp8266

Open hiperiondev opened this issue 3 years ago • 2 comments

Thanks for your great software. I made an adaptation to the esp8266 with some small modifications. It is a project of a couple of days and needs several optimizations but it works correctly .

  • The DNS / captive portal is optional: it is not always necessary and generates too many reconnections to the http server
  • HTTPS is added: I understand that it is pushing too much to esp8266 but it works, taking into account the minimization of memory use.

I leave you the link in case you are interested in seeing the differences. https://github.com/hiperiondev/esp8266-wifi-manager

hiperiondev avatar Feb 06 '21 14:02 hiperiondev