• 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.

About

Avatar for HughB @HughB started