That's good to know... @MaBe have you tried a.rh.toFixed(1)? That should output with the given number of decimal places.
a.rh.toFixed(1)
@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.
That's good to know... @MaBe have you tried
a.rh.toFixed(1)
? That should output with the given number of decimal places.