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.
@user140377 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.
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
With firmware 14 the barometer worked a few hours earlier.