Just posted on GitHub but I don't believe that is the case. Puck.write doesn't need that, but I think maybe you were passing an array to require("Storage").write(...) - which would then be interpreted as binary data. If you use .writeJSON you'll be good.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Just posted on GitHub but I don't believe that is the case.
Puck.write
doesn't need that, but I think maybe you were passing an array torequire("Storage").write(...)
- which would then be interpreted as binary data. If you use.writeJSON
you'll be good.