@MattC you're totally right - there's something wrong with setWatch and it's not reporting times accurately enough (it's not anything to do with converting numbers to strings, so ignore my last comments).
As @allObjects said, when using getTime you're not going to be as accurate, and that won't be helping. I'll see what I can do in the firmware and I'll let you know.
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.
@MattC you're totally right - there's something wrong with
setWatch
and it's not reporting times accurately enough (it's not anything to do with converting numbers to strings, so ignore my last comments).As @allObjects said, when using
getTime
you're not going to be as accurate, and that won't be helping. I'll see what I can do in the firmware and I'll let you know.