Replies: 4 comments 16 replies
-
|
@cniedzi : Hi, can you share a little bit more about your project and your includes ? This happens because the asyncws enum names conflicts with the ones coming from Arduino webserver, that you might include directly or transitively. You can either fix your includes, or add |
Beta Was this translation helpful? Give feedback.
-
|
Hi,
Should I remove the AsyncWebRequestMethod:: prefix and #undef HTTP_ANY?
sob., 14 mar 2026 o 14:19 Mathieu Carbou ***@***.***>
napisał(a):
… @cniedzi <https://github.com/cniedzi> : if you want to test this PR: #407
<#407>
by pointing to branch fix/402
lib_deps = https://github.com/ESP32Async/ESPAsyncWebServer#fix/402
—
Reply to this email directly, view it on GitHub
<#402 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVPAFIAJ2JL6V733L7XVONT4QVL7LAVCNFSM6AAAAACWRJAGHOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMJTGAZDGMA>
.
You are receiving this because you were mentioned.Message ID:
<ESP32Async/ESPAsyncWebServer/repo-discussions/402/comments/16130230@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
|
Looks like it works without any prefix and without #undef HTTP_ANY.
Thanks!
sob., 14 mar 2026 o 18:11 Mathieu Carbou ***@***.***>
napisał(a):
… yes you should not need that. Only people having conflicts with arduino or
esp-idf http method enums should prefix.
—
Reply to this email directly, view it on GitHub
<#402 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVPAFIF3M6TSCUW6OJFLQQD4QWHCNAVCNFSM6AAAAACWRJAGHOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMJTGE4DQNY>
.
You are receiving this because you were mentioned.Message ID:
<ESP32Async/ESPAsyncWebServer/repo-discussions/402/comments/16131887@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
|
@cniedzi could you please test again your code with main branch ? Pr is merged and we will release next week. Thanks ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
Pioarduino
What happened?
Hi,
After updating ESPAsyncWebServer to the latest version, I'm getting the following compilation errors:
There are libraries used in my project:
Should I update anything else?
Stack Trace
n/a
Minimal Reproductible Example (MRE)
n/a
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions