Did anything change around GPS in the latest firmware?
Not that I'm aware of, no... I guess you could try using some code like Bangle.on('GPS',print);Bangle.setGPSPower(1) to see if the raw data coming from Bangle.js is ok
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.
Not that I'm aware of, no... I guess you could try using some code like
Bangle.on('GPS',print);Bangle.setGPSPower(1)
to see if the raw data coming from Bangle.js is ok