mirror of https://github.com/espruino/BangleApps
Merge pull request #1529 from nxdefiant/master
gpsautotime: Set Bangle.js 2 compatiblepull/1530/head
commit
d765314d24
|
@ -1 +1,2 @@
|
|||
0.01: New App!
|
||||
0.02: Set Bangle.js 2 compatible
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
"id": "gpsautotime",
|
||||
"name": "GPS auto time",
|
||||
"shortName": "GPS auto time",
|
||||
"version": "0.01",
|
||||
"version": "0.02",
|
||||
"description": "A widget that automatically updates the Bangle.js time to the GPS time whenever there is a valid GPS fix.",
|
||||
"icon": "widget.png",
|
||||
"type": "widget",
|
||||
"tags": "widget,gps",
|
||||
"supports": ["BANGLEJS"],
|
||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||
"storage": [
|
||||
{"name":"gpsautotime.wid.js","url":"widget.js"}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue