I guess in a way a neat longer-term solution would be to add touchRd/touchWr functions like we have for the other sensors on the watch.
that would be nice, or maybe info on swipe event for up/dn and x,y.
One last question that is a bit irrelevant, is there an easy way to bypass/set longer timeout on the side button's long press action?
It restarts the watch on long press, is there a way to customize that?
It restarts the watch on long press, is there a way to customize that?
Maybe yes in a hackish way. This is about watchdog interval and stopping kicking it when it is held. So if you will kick watchdog yourself while button is held then you can extend it as you wish.
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 would be nice, or maybe info on swipe event for up/dn and x,y.
One last question that is a bit irrelevant, is there an easy way to bypass/set longer timeout on the side button's long press action?
It restarts the watch on long press, is there a way to customize that?