-
Notifications
You must be signed in to change notification settings - Fork 77
Not compiling webthing-arduino 0.12.0 #130
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
Comments
You need to update the version of ArduinoJson you have installed to at least version 6.17.0. |
Thank you for the fast answer. I'm really new in the webthings.I already tryied with the arduinojson_v6.17.0 to v6.17.2, but still some (less) errors:
|
Are you using the latest version of the webthing-arduino library? |
Yes, I already add the library from github by the zup file if the arduino IDE was not taking the last one. I have the 0.12.0 |
Try adding this to the top of your source: #define ARDUINOJSON_USE_LONG_LONG 1 |
Adding:
Thanks in advance! |
It looks like you have multiple versions of this library installed:
|
Yes, I tried both libraries separately. But still the issues seems that are coming from the arduinojson library |
We already have that |
Fuck, I did a clean start with all the libraries download again an it works!! |
trying to compile just:
I got these errors:
Any help?
The text was updated successfully, but these errors were encountered: