I played around with the time on my phone, but it didnĀ“t stop the clock.
BTW: Why do all clocks seem to use timeouts instead of intervals to update? I just changed
Sure but in practice does anyone care if the clock face updates 1s too late once per minute. Maybe the actual difference is 100ms sometimes? Or are there scenarios that could mean a noticeable difference?
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.
I played around with the time on my phone, but it didnĀ“t stop the clock.
BTW: Why do all clocks seem to use timeouts instead of intervals to update? I just changed
to
, which seems to do exactly the same.