This looks really neat!
Would it be possible to run the "negative action" to automatically dismiss the notifications?
Yes, the Bangle cal just call NRF.ancsAction(..., false) to dismiss it automatically: https://www.espruino.com/Reference#l_NRF_ancsAction
NRF.ancsAction(..., false)
@Gordon 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.
This looks really neat!
Yes, the Bangle cal just call
NRF.ancsAction(..., false)
to dismiss it automatically: https://www.espruino.com/Reference#l_NRF_ancsAction