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);
@malaire 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 can't reproduce that. For example following code gives correct results for me with Bangle.js 2 and 2v12.89