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.01: New App!
|
||||||
|
0.02: Set Bangle.js 2 compatible
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
"id": "gpsautotime",
|
"id": "gpsautotime",
|
||||||
"name": "GPS auto time",
|
"name": "GPS auto time",
|
||||||
"shortName": "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.",
|
"description": "A widget that automatically updates the Bangle.js time to the GPS time whenever there is a valid GPS fix.",
|
||||||
"icon": "widget.png",
|
"icon": "widget.png",
|
||||||
"type": "widget",
|
"type": "widget",
|
||||||
"tags": "widget,gps",
|
"tags": "widget,gps",
|
||||||
"supports": ["BANGLEJS"],
|
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"gpsautotime.wid.js","url":"widget.js"}
|
{"name":"gpsautotime.wid.js","url":"widget.js"}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue