Gordon Williams
cd1daba0c5
0.25: Fix issue where if Bangle.js 2 got a GPS fix but no reported time, errors could be caused by the widget ( fix #935 )
2021-11-24 08:46:13 +00:00
Gordon Williams
a10427e76b
gpsrec 0.23: Fix issue where tracks wouldn't record when running from OpenStMap if a period hadn't been set up first
2021-08-16 20:13:34 +01:00
Gordon Williams
3979665634
0.22: Ensure Bangle.setGPSPower uses 'gpsrec' as a tag
2021-07-05 10:01:11 +01:00
Gordon Williams
5aa11ef71e
0.21: Fix issue where a period of 1s recorded every 2s, 5s every 6s, and so on
2021-06-21 09:23:09 +01:00
Gordon Williams
cc59d35342
gpsrec 0.18: Period counter now uses GPS time rather than counting packets (allows use with GPS Setup)
2021-03-11 10:58:47 +00:00
Gordon Williams
15be69ba0b
gpsrec 0.17: Disable recording if storage is full ( fix #574 )
2021-02-02 10:10:18 +00:00
Gordon Williams
947731a129
openstmap: Show currently active gpsrec GPS trace ( fix #395 )
2020-12-08 15:56:53 +00:00
Gordon Williams
b3e35726c5
gpsrec: Increase GPS recording accuracy by one decimal place
...
Ensure default time period is 10
from http://forum.espruino.com/conversations/356940
2020-11-25 09:09:20 +00:00
berkenbu
adbfcead38
Make gps fix icon green to be more visible
2020-07-03 23:01:09 -04:00
Gordon Williams
e859c3d20c
gpsrec: Ensure we don't turn GPS off if it was previously on (eg from another app/widget)
2020-06-25 07:55:44 +01:00
Gordon Williams
4416df1363
gpsrec 0.09: Change default GPS period to 10 (1 is overkill for most uses and makes things slow)
...
Added RAM keyword to functions & other tweaks to speed up rendering
Going 'back' from track view now doesn't load again
2020-05-08 21:58:55 +01:00
Gordon Williams
b4a24b34d0
0.06: Ensure widget update itself ( fix #118 ) and change to using icons
2020-03-09 09:54:54 +00:00
Gordon Williams
e0d29c81f2
Big refactor #2 - variable width widgets
2020-03-05 13:15:27 +00:00
Gordon Williams
6cfe9c340b
Take advantage of recent nonbreaking change that stops readJSON from causing errors
2020-02-28 17:02:26 +00:00
Gordon Williams
50e3c852fb
MASSIVE REFACTOR
...
New Bangle.js firmwares remove 8 char name restriction so we're ditching the first char -> file type and using normal file extensions
Took the opportunity to remove code for older Bangle.js (since the new stuff won't work anyway)
Also removed the need for an 'app.json' - it's now renamed 'app.info' on the watch, and we just auto-generate it
Renamed a few apps so widgets all start with 'wid'
2020-02-28 11:44:25 +00:00
Gordon Williams
c373c3150f
fix coloring issue from GPS widget
2020-02-13 10:50:04 +00:00
Gordon Williams
619786cae0
Ensure GPS time is logged correctly and fix output indentation ( fix #98 )
2020-02-13 09:34:30 +00:00
Gordon Williams
2bca5d4747
Working GPS track recording - just need to fix the 'interface.html' to do the comms and do something with the data collected
2020-02-07 17:16:45 +00:00