gpsautotime: Set Bangle.js 2 compatible

pull/1529/head
Erik Andresen 2022-02-28 22:10:00 +01:00
parent 27f5579070
commit 955acf2696
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1,2 @@
0.01: New App!
0.02: Set Bangle.js 2 compatible

View File

@ -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"}
]