-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Type change to long long #465
Comments
Hello @b17460904, You can define ARDUINOJSON_USE_LONG_LONG to |
Hi, bblanchon, Thank for your help. After define ARDUINOJSON_USE_LONG_LONG to 1, the program have an error " /Parse.hpp:50:30: error: 'strtoull' was not declared in this scope return strtoull(s, NULL, 10);". |
Hi @b17460904, This means that the Arduino Core for AVR has not been updated for I plan on dropping |
Hi @bblanchon , OK, I Know. Thanks for your kindly response. |
I want to using unix millisecond timestamp as Jason vale,but it seems like the type is long, it will overflow, how to change long type to long long type? Thanks.
The text was updated successfully, but these errors were encountered: