Thanks - just fixed.
Turns out it was an issue showing in JSON.stringify because when you have an int: bool combination then Espruino packs both into one variable
JSON.stringify
int: bool
@Gordon 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.
Thanks - just fixed.
Turns out it was an issue showing in
JSON.stringify
because when you have anint: bool
combination then Espruino packs both into one variable