I've been using nohrm.boot.js which contains:
nohrm.boot.js
Bangle.setHRMPower = () => false;
to avoid my device locking up if something enables HRM (e.g. swiping through clkinfo, going into an app which turns it on, etc).
If I load runplus, it seems this is circumvented because it doesn't run boot code, how might I avoid that without hacking runplus?
@bobrippling 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've been using
nohrm.boot.js
which contains:to avoid my device locking up if something enables HRM (e.g. swiping through clkinfo, going into an app which turns it on, etc).
If I load runplus, it seems this is circumvented because it doesn't run boot code, how might I avoid that without hacking runplus?