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

Adaptation to the esp8266 #123

Open hiperiondev opened 3 years ago

hiperiondev commented 3 years ago

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 .

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

colesnicov commented 3 months ago

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 .

Your adaptations does not works.. :(

hiperiondev commented 3 months ago

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 .

Your adaptations does not works.. :(

This is an old adaptation, maybe the esp8266 idf has change in time. I haven't worked with the esp8266 for a long time, I have definitely switched to the esp32. The esp8266 framework is unstable and not well maintained.