You are reading a single comment by @user140377 and its replies. Click here to read the full conversation.
  • On my Bangle the update generally worked. The only issue I have with v15 atm is that barometer does not seem to work. Barometer app displays 0 and

    Bangle.getPressure().then(d=>{
    : console.log(d);
    : // {temperature, pressure, altitude}
    :});
    =Promise: { }
    { "temperature": 0, "pressure": 0, "altitude": 0 }

    With firmware 14 the barometer worked a few hours earlier.

About

Avatar for user140377 @user140377 started