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: