You are reading a single comment by @user138058 and its replies. Click here to read the full conversation.
  • I've worked around it for now by editing widbatpc.wid.js on the watch, replacing E.getBattery() with a call to a custom getBattery() function:

    function getBattery() {
        var battery = Math.round((analogRead(D3) - 0.375) / .00106);
        return battery;
    }
    

    That should tide me over until @Gordon returns.

About

Avatar for user138058 @user138058 started