kitchen remove heart.kit.js from the install config in apps.json

pull/753/head
hughbarney 2021-06-02 23:42:22 +01:00
parent 5fa79e56b3
commit d68a7c6630
2 changed files with 3 additions and 1 deletions

View File

@ -3146,7 +3146,6 @@
{"name":"stepo.kit.js","url":"stepo.kit.js"}, {"name":"stepo.kit.js","url":"stepo.kit.js"},
{"name":"gps.kit.js","url":"gps.kit.js"}, {"name":"gps.kit.js","url":"gps.kit.js"},
{"name":"digi.kit.js","url":"digi.kit.js"}, {"name":"digi.kit.js","url":"digi.kit.js"},
{"name":"heart.kit.js","url":"heart.kit.js"},
{"name":"swatch.kit.js","url":"swatch.kit.js"}, {"name":"swatch.kit.js","url":"swatch.kit.js"},
{"name":"compass.kit.js","url":"compass.kit.js"}, {"name":"compass.kit.js","url":"compass.kit.js"},
{"name":"kitchen.img","url":"kitchen.icon.js","evaluate":true} {"name":"kitchen.img","url":"kitchen.icon.js","evaluate":true}

View File

@ -76,6 +76,9 @@ The following buttons depend on which face is currently in use
## Heart ## Heart
![](screenshot_heart.jpg) ![](screenshot_heart.jpg)
- A simple heart rate monitor, at present the app is just showing the raw value from HRM.bpm - A simple heart rate monitor, at present the app is just showing the raw value from HRM.bpm
- This is an experimental app and not installed by default. The
heart.kit.js file can be uploaded via the Espruino IDE if you want
to try it out. Then reload the App.
- BTN1, long press, turn heart rate monitor on / off - BTN1, long press, turn heart rate monitor on / off
## Waypointer ## Waypointer