We will probably have to remove the countDown / log frequency / code settings from the GPSRecorder
The countdown would definitely have to go - but if we just checked the time instead then I guess it wouldn't matter. Worst case you set the GPS to 120s and log rate to a shorter interval and you don't get as many log entries as you're expecting, but that's not too bad.
I could see a sitation where you want to see the grid reference or GPS information watch face AND have the GPS logging at the same time AND also maybe be switch to following a route at the same time. At the moment that would mean two GPS widget icons will appear.
So what do we need 'GPS Service' widget for?
Once you set stuff up with a 'GPS Setup' app presumably that is in the GPS until the Bangle's battery runs totally flat. So it seems like a Grid Reference watch face would just use the existing Bangle.on('GPS',...) APIs and would have no need for the 'GPS Service' widget at all?
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.
The countdown would definitely have to go - but if we just checked the time instead then I guess it wouldn't matter. Worst case you set the GPS to 120s and log rate to a shorter interval and you don't get as many log entries as you're expecting, but that's not too bad.
So what do we need 'GPS Service' widget for?
Once you set stuff up with a 'GPS Setup' app presumably that is in the GPS until the Bangle's battery runs totally flat. So it seems like a Grid Reference watch face would just use the existing
Bangle.on('GPS',...)
APIs and would have no need for the 'GPS Service' widget at all?Or am I missing something here?