maakbaas / esp8266-iot-framework

Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.
GNU General Public License v3.0
417 stars 113 forks source link

Captive portal only #123

Closed spyflox closed 3 years ago

spyflox commented 3 years ago

I created a new project with your framework (based on HelloWorld example).

During compilation, it could not find the "lorol/ESPAsyncWebServer" library. I solved the problem by adding lib_dep = ESP Async WebServer in plateformio.ini file.

When I connect my device in Wifi, got to 192.168.4.1 and then enter credentials of my Wifi network, it looks like the information is not saved. So I get stuck on the captive portal. Have you already had a similar issue or do you have a solution?

spyflox commented 3 years ago

Sorry, it's my fault: I had a space at the end of my SSID...