Closed gjniewenhuijse closed 1 month ago
I've seen this when the Async web server hasn't been enabled in the .h file. See docs here: https://docs.elegantota.pro/getting-started/async-mode
Solution provided by @DennisT2018 . Closing the issue.
Hello, i'm having this problem.
Tried to check the link provided by @DennisT2018 but seems broken.
Docs were recently updated. Here’s the new link: https://docs.elegantota.pro/getting-started/async-mode
@ayushsharma82 al parecer el link esta roto
At the Arduino ide 2.3.3. i received an error at compile, any idea why? Before it works for me.
~~~~c:\Users\gj.niewenhuijse\Documents\Arduino\libraries\ElegantOTA\src/ElegantOTA.h:107:38: note: initializing argument 1 of 'void ElegantOTAClass::begin(WebServer, const char, const char)' 107 | void begin(ELEGANTOTA_WEBSERVER server, const char username = "", const char password = ""); | ^
exit status 1
Compilation error: cannot convert 'AsyncWebServer' to 'WebServer'