• Would it be possible to add Bangle.getGPSPower() and Bangle.getHRMPower() in v2.09 of the firmware.
    These would be useful for ensuring that the right decision is made in Apps.

    For example

    if (Bangle.getGPSPower() == false) {
         // only need to turn on the GPS if it is switched off
         Bangle.setGPSPower(true);
    }
    
    Bangle.on('GPS', print);
    
About

Avatar for HughB @HughB started