Closed lumapu closed 1 month ago
last known sha which worked for me was eacf0eb
.
Hello @lumapu ,
Never point directly to main
: use releases instead.
https://github.com/mathieucarbou/ESPAsyncWebServer#v3.3.2
main
is used to accumulate features and fixes until stability / tests are done. This is a bleeding edge branch where there is no guarantee at all that everything works fine.
Which release you are using ? eacf0eb
does not match any released version.
I also see you are using ArduinoJson @ 6.21.5
OK I understand what's wrong... This is because msg pack support was added but only for Arduino 7. Will fix now, but you can also upgrade ArduinoJson to fix it.
The point to main
was by accident, I didn't know that the definition I had was not pointing to the release.
Thank you for the quick response and fix, I hope you got enough rest last night 😉.
I use the ArduinoJson v6 internationally. I read the following note: ArduinoJson 7 is significantly bigger
: https://arduinojson.org/v7/how-to/upgrade-from-v6/
Well, I am glad you did that because you found a genuine bug ;-) Thanks!
Description
Newest commit does not build with ArduinoJson
Board
esp32dev, esp32s3
Ethernet adapter used ?
no matter, compile time error
Stack trace
Additional notes
Check my action which failed: https://github.com/lumapu/ahoy/actions/runs/11095964116/job/30825247520