added README files to apps.json for widgps and widhrm

master
hughbarney 2021-02-12 20:53:07 +00:00
parent 9064fe44b6
commit 3a97e4a8a1
2 changed files with 3 additions and 1 deletions

View File

@ -2802,6 +2802,7 @@
"description": "Show the power on/off status of the GPS",
"tags": "widget,gps",
"type":"widget",
"readme": "README.md",
"storage": [
{"name":"widgps.wid.js","url":"widget.js"}
]
@ -2813,6 +2814,7 @@
"description": "Show the power on/off status of the Heart Rate Monitor",
"tags": "widget, hrm",
"type":"widget",
"readme": "README.md",
"storage": [
{"name":"widhrt.wid.js","url":"widget.js"}
]

View File

@ -3,6 +3,6 @@
A simple widget that shows the on/off status of the Heart Rate
Monitor.
- Uses Bangle.isHRTOn().
- Uses Bangle.isHRTOn(). Requires firmware v2.08.167 or later.
- Shows in grey when the HRT is off
- Shows in red when the HRT is on