1
0
Fork 0

added entry in apps.json for Arrow compass, updated README.md file

master
hughbarney 2021-02-24 00:06:53 +00:00
parent aa02f99164
commit a364a0edf0
2 changed files with 18 additions and 1 deletions

View File

@ -2892,5 +2892,18 @@
"storage": [
{"name":"widcom.wid.js","url":"widget.js"}
]
}
},
{ "id": "arrow",
"name": "Arrow",
"icon": "arrow.png",
"type":"app",
"version":"0.01",
"description": "Moving arrow compass that points North, shows heading, with tilt correction. Based on jeffmer's Navigation Compass",
"tags": "tool,outdoors",
"readme": "README.md",
"storage": [
{"name":"arrow.app.js","url":"app.js"},
{"name":"arrow.img","url":"icon.js","evaluate":true}
]
}
]

View File

@ -35,3 +35,7 @@ charge.
*BTN3* - invokes calibration ( can be cancelled if pressed accidentally)
## Acknowledgement
This app is based in the work done by [jeffmer](https://github.com/jeffmer/JeffsBangleAppsDev)