ESPAsyncWebServer.h:1107:49: error: passing 'const AsyncServer' as 'this' argument discards qualifiers [-fpermissive] #195
Replies: 2 comments 1 reply
-
Hello, not an issue. |
Beta Was this translation helpful? Give feedback.
-
I received a similar error except it was line was 1104:50 I am using the following versions that platformIO states are the latest. I confirm that: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Platform
ESP32
IDE / Tooling
Arduino (IDE/CLI)
What happened?
have error with ESP32 when use status
ESPAsyncWebServer.h:1107:49: error: passing 'const AsyncServer' as 'this' argument discards qualifiers [-fpermissive]
in ESPAsyncWebServer.h, have add : #if defined(ESP8266) || defined(ESP32) to line 1103 for correction.
it's ok ?
Stack Trace
..
Minimal Reproductible Example (MRE)
..
I confirm that:
Beta Was this translation helpful? Give feedback.
All reactions