1
0
Fork 0

bugfix (enable settings page)

master
Niko Komin 2023-08-29 20:22:23 -07:00
parent 6c4d3f41a5
commit 08687fb265
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
1.1: bugfix (enable settings page)
1.0: first working version of App

View File

@ -6,11 +6,12 @@
"supports" : ["BANGLEJS2"],
"icon":"nightwatch.icon.png",
"screenshots" : [ { "url":"screenshot.png","url":"screenshot2.png" } ],
"version":"1.0",
"version":"1.1",
"description":"Logs sensor readings (currently T and p), show min/max and graph.",
"tags": "tools,outdoors",
"storage": [
{"name":"nightwatch.app.js","url":"nightwatch.app.js"},
{"name":"nightwatch.settings.js","url":"nightwatch.settings.js"},
{"name":"nightwatch.img","url":"nightwatch.icon.js","evaluate":true}
]
}