Right now the GPS recorder's Period is the number of GPS reports it waits for before writing data away (you can tell when it gets a GPS report because the icon animates each time it gets one).
With the GPS setup, if you set the interval of 60 seconds I believe that means you only get a fix every 60 seconds, so having a GPS record interval of 1 will mean it records every GPS fix (so it's recording every 60 seconds).
It's a bit confusing and it's something we were thinking of maybe changing - but if we did change it, you wouldn't get repeated locations. It'd just be a location every X seconds or whenever one came from GPS, whichever was slower.
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.
Right now the GPS recorder's Period is the number of GPS reports it waits for before writing data away (you can tell when it gets a GPS report because the icon animates each time it gets one).
With the GPS setup, if you set the interval of 60 seconds I believe that means you only get a fix every 60 seconds, so having a GPS record interval of 1 will mean it records every GPS fix (so it's recording every 60 seconds).
It's a bit confusing and it's something we were thinking of maybe changing - but if we did change it, you wouldn't get repeated locations. It'd just be a location every X seconds or whenever one came from GPS, whichever was slower.