-
-
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
Support for long long #171
Comments
Fixed in 5.1.0 |
First - thanks so much for the amazing library. Totally rock solid! Kudos to you. I just pulled the latest and tried to use use long long without any luck. I get some very odd c++ error I've never seen before; ArduinoJson/include/ArduinoJson/Internals/../JsonVariant.hpp:153:3: error: no type named 'type' in 'struct ArduinoJson::TypeTraits::EnableIf<false, ArduinoJson::JsonObject&>' I looked in the source and could not find support for "long long" in the template of the "as" method. Do I need to define "ARDUINOJSON_USE_LONG_LONG" or something like that? Any clues what I'm missing? -Tom |
Hi Tom, You found a bug in the library or in your compiler (unlikely but possible). For your information, ArduinoJson is regularly tested on:
Thanks for reporting this bug, this is of great help! Regards. |
No description provided.
The text was updated successfully, but these errors were encountered: