-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fpermissive looping inside para,eters #39
Comments
It's probably because of this https://github.com/mathieucarbou/ESPAsyncWebServer/releases/tag/v3.0.1 - just add |
ok but now:
Any advice? the repo is this one: https://github.com/StefanoTesla/Ascom-Alpacha-ESP32-Switch-Borad-Dome-Board |
I remove this library from platformio and it work....why? It come with esp32 base lib now?
|
It's obvious - it's because of this line ElegantOTA specifies another ESPAsyncWebServer version (that is why i personally hate using dependencies in library.json). |
Aaah... Strange, when i implemented that library i dont had problems.. But
at the same time im not using versioning in my platformio.ino so it's like
the hell 😅
Il Mer 10 Lug 2024, 17:35 Pavel Brychta ***@***.***> ha
scritto:
… It's obvious - it's because of this line
https://github.com/ayushsharma82/ElegantOTA/blob/adf776848827bf7ee61075e19dbbc486fdb87a75/library.json#L20
ElegantOTA specifies another ESPAsyncWebServer version (that is why i
personally hate using dependencies in library.json).
—
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AWB3IGXI7Z4WEYGVNJ6Z4JDZLVIFDAVCNFSM6AAAAABKRPMQHKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMRQHA2DKNZWHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I get this error:
error: invalid conversion from 'const AsyncWebParameter*' to 'AsyncWebParameter*' [-fpermissive]
In this line:
AsyncWebParameter* p = request->getParam(i);
What's the problem?? I never get it...just new pc installation...
The text was updated successfully, but these errors were encountered: