Hi! I already tried to update this.precision but it does not work :(
this.precision
precision: 60, ... update: (time, changed) => { console.log("test: " + this.precision) <-- the first time this.precision is undefined this.precision = 1 } ...
@Alessandro 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.
Hi!
I already tried to update
this.precision
but it does not work :(