Replies: 5 comments
-
See https://github.com/mathieucarbou/ESPAsyncWebServer/releases/tag/v3.0.1 - you have to add const AsyncWebParameter *p = request->getParam(0); |
Beta Was this translation helpful? Give feedback.
-
@maxelle : your parameter type is wrong. Please look at the header file. This is the doc. |
Beta Was this translation helpful? Give feedback.
-
so i have to cast like... |
Beta Was this translation helpful? Give feedback.
-
This is one way to do it, yes. There are other ways also. |
Beta Was this translation helpful? Give feedback.
-
I receive this error compiling
C:\Arduino2\test\test.ino:647:47: error: call of overloaded 'getParam(int)' is ambiguous
647 | AsyncWebParameter* p = request->getParam(0);
Please help
Thanks Max
Beta Was this translation helpful? Give feedback.
All reactions