GPSInfo is currently broken for me.
You can do a quick check on the GPS via the IDE console using:
Bangle.on('GPS', (fix) => console.log(fix)); Bangle.setGPSPower(1);
Once it powers on you should see the chip responding every second. If you put the watch outside you should see it get a fix after about 5-10 mins.
@HughB 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.
GPSInfo is currently broken for me.
You can do a quick check on the GPS via the IDE console using:
Once it powers on you should see the chip responding every second.
If you put the watch outside you should see it get a fix after about 5-10 mins.