Christiaan van Arum
Christiaan van Arum
Sorry for the late reply. I declared WebServer and AutoConnect like this: ``` #include typedef WebServer WiFiWebServer; #include WiFiWebServer server; AutoConnect portal(server); ```
> > > @cremus try to reset ESP32 with this https://www.espressif.com/sites/default/files/tools/flash_download_tool_v3.8.7.zip > > I with another esp32 some time ago I solved it in this way. Thank you for trying...
@Hieromon Thank you for the suggestions. I will try that coming Tuesday (25-05-2021). I will let you know if anything changed.
@Hieromon Unfortunately, it did not resolve the issue. I've tried adding the `WiFi.mode(WIFI_STA)` at various places in the setup, without luck. I've also removed the `portal.handleClient` when acEnable is false.