• I can't reproduce that. For example following code gives correct results for me with Bangle.js 2 and 2v12.89

    setInterval(() => {
      Bangle.getPressure().then(d => {
        console.log(d);
      });
    }, 10 * 1000);
    
About

Avatar for malaire @malaire started