That's an interesting thought - the watch does automatically set the poll interval to a lower value when it's not moving, so it'd be trivial to make an app that replaces Bangle.buzz with a version that only called the original function if Bangle.dbg().pollInterval < 500
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's an interesting thought - the watch does automatically set the poll interval to a lower value when it's not moving, so it'd be trivial to make an app that replaces Bangle.buzz with a version that only called the original function if
Bangle.dbg().pollInterval < 500