I think these are all the places where clearInterval() is called. Presumably they break all boot code or widgets that use an interval?
clearInterval()
https://github.com/espruino/BangleApps/blob/f17ddbc652385870a4975fc05a9f74ac3cbd921c/apps/largeclock/largeclock.js#L201 https://github.com/espruino/BangleApps/blob/2bbecfc7f3b22dfecd3dd304d1ba028cf445e519/apps/alarm/alarm.js#L3 https://github.com/espruino/BangleApps/blob/a8953f40ea88f5b71dddb885c2495c96c57282cd/apps/trex/trex.js#L160 https://github.com/espruino/BangleApps/blob/81b5d5e8e2717c9649ee71e1604bd01c6433a30a/apps/pong/app.js#L401
@user91203 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.
I think these are all the places where
clearInterval()
is called. Presumably they break all boot code or widgets that use an interval?https://github.com/espruino/BangleApps/blob/f17ddbc652385870a4975fc05a9f74ac3cbd921c/apps/largeclock/largeclock.js#L201
https://github.com/espruino/BangleApps/blob/2bbecfc7f3b22dfecd3dd304d1ba028cf445e519/apps/alarm/alarm.js#L3
https://github.com/espruino/BangleApps/blob/a8953f40ea88f5b71dddb885c2495c96c57282cd/apps/trex/trex.js#L160
https://github.com/espruino/BangleApps/blob/81b5d5e8e2717c9649ee71e1604bd01c6433a30a/apps/pong/app.js#L401