I think what you've got that sounds about right... The power usage of aiGesture shouldn't be high - gestures are only calculated after you've made a movement that would have fired a gesture event so it's not that bad
But if you think the documentation could be improved (which is very likely!) please let me know what to add and I can stick it in.
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.
Hi - not sure if you spotted but there's a list of what Bangle.js events you can receive here, with info on each: http://www.espruino.com/Reference#Bangle
There's also: https://www.espruino.com/Bangle.js2#-a-name-onboard-a-on-device-peripherals
I think what you've got that sounds about right... The power usage of aiGesture shouldn't be high - gestures are only calculated after you've made a movement that would have fired a
gesture
event so it's not that badBut if you think the documentation could be improved (which is very likely!) please let me know what to add and I can stick it in.