Replies: 1 comment 5 replies
-
|
This is not an error but a warning that your compiler flags are treating as an error. You are probably using an outdated plateform version. Use pioarduino. |
Beta Was this translation helpful? Give feedback.
5 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
PlatformIO
What happened?
In a platformio project targeting
board = esp32s3_n16r8, a recent ESPAsyncWebServer version update provoked this new build error:It looks like it was probably introduced in #303 .
Compiler version:
When I have some I'll try to contribute a repro and/or fix.
Stack Trace
n/a
Minimal Reproductible Example (MRE)
esp32s3_n16r8ESP32Async/ESPAsyncWebServer@3.9.2pio runI confirm that:
Beta Was this translation helpful? Give feedback.
All reactions