Framework for IoT projects implementing HTTPS requests, a React web interface, WiFi manager, live dashboard, configuration manager, file manager and OTA updates.
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?
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?