It turns out the Puck.write() function requires a particular structure to the JSON, namely:
Uncaught TypeError: If specifying an object, it must be of the form {data : ..., count : N} or {callback : fn}
I've just updated my app to meet this requirement...
@andrewg_oz started
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.
It turns out the Puck.write() function requires a particular structure to the JSON, namely:
I've just updated my app to meet this requirement...