You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use ArduinoJson to serialize data before so it can be written to flash memory on a teensy based project. I have very limited memory, and if I could have a .set(int, HEX) to print to hex, and an inverse operation to read an int in by its HEX value, you could save significant space.
The text was updated successfully, but these errors were encountered:
Somewhat related to #358 , but also separate.
I use ArduinoJson to serialize data before so it can be written to flash memory on a teensy based project. I have very limited memory, and if I could have a .set(int, HEX) to print to hex, and an inverse operation to read an int in by its HEX value, you could save significant space.
The text was updated successfully, but these errors were encountered: