@jtq, I see in your code that you're using JSON.stringify() with text as a parameter. Doesn't this usually take a JavaScript object as input?
JSON.stringify()
@oesterle 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.
@jtq, I see in your code that you're using
JSON.stringify()
with text as a parameter. Doesn't this usually take a JavaScript object as input?