Replies: 1 comment 3 replies
-
Hello, Please keep in mind that having an issue with a library does not necessarily mean that there is a bug in said library. Pleas reopen a support ticket next time. You did confirm that you have updated to the latest version but your error shows you did not. Please make sure to do that I have upgraded to the lasted version of ESPAsyncWebServer (and AsyncTCP for ESP32). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
Arduino (IDE/CLI)
What happened?
Hi
Since I have updated to esp 3.1.3, I recive the following error
ld.exe: ESPAsyncWebServer-3.3.12\Middleware.cpp.o: in function AuthenticationMiddleware::setUsername(char const*)
Middleware.cpp:56: multiple definition of AuthenticationMiddleware setUsername(char const*); WebServer\middleware\AuthenticationMiddleware.cpp.o C _daten\Arduino-Packages\packages\esp32\hardware\esp32\3.1.3\libraries\WebServer\src\middleware\AuthenticationMiddleware.cpp first defined here
ld.exe: ESPAsyncWebServer-3.3.12\Middleware.cpp.o: in function AuthenticationMiddleware::setPassword(char const*)
Middleware.cpp:61: multiple definition of AuthenticationMiddleware setPassword(char const*); WebServer\middleware\AuthenticationMiddleware.cpp.o C _daten\Arduino-Packages\packages\esp32\hardware\esp32\3.1.3\libraries\WebServer\src\middleware\AuthenticationMiddleware.cpp first defined here
When I go back to 3.0.7, from where I was comeing, the error is not anymore there
Stack Trace
nop
Minimal Reproductible Example (MRE)
nop
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions