-
Notifications
You must be signed in to change notification settings - Fork 465
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
Printing a zero value uint64_t number fails. #1691
Comments
Can you give an MCVE? It works fine as far as I can tell:
gives
|
Sorry, I accidentally hit comment too soon. see the above example. |
Ah, thanks. Arduino reinventing You might want to push this upstream to the main ArduinoCore-API repo since this is untouched Arduino.cc code. |
Already opened 9 months ago. |
Move to a patched ArduinoCore-API revision. Fixes #1691
Move to a patched ArduinoCore-API revision. Fixes #1691
Here is a test case:
The output is:
The problem is in printULLNumber here
I can see how zero fails but am not sure of the best fix.
Probably the while needs to be a do while loop.
The text was updated successfully, but these errors were encountered: