That is very odd. Even without a fix the GPS should be outputting some data.
What about adding Bangle.on('GPS-raw',print); as well in case the GPS somehow got configured not to output the relevant NMEA sentences
Bangle.on('GPS-raw',print);
@Gordon 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.
That is very odd. Even without a fix the GPS should be outputting some data.
What about adding
Bangle.on('GPS-raw',print);
as well in case the GPS somehow got configured not to output the relevant NMEA sentences