mirror of https://github.com/espruino/BangleApps
docs
parent
5d08afdba0
commit
8a65bc9c7b
|
@ -5,7 +5,7 @@
|
|||
"version": "0.08",
|
||||
"description": "Read BLE enabled cycling speed and cadence sensor and display readings on watch",
|
||||
"icon": "icons8-cycling-48.png",
|
||||
"tags": "outdoors,exercise,ble,bluetooth",
|
||||
"tags": "outdoors,exercise,ble,bluetooth,bike,cycle,bicycle",
|
||||
"supports": ["BANGLEJS", "BANGLEJS2"],
|
||||
"readme": "README.md",
|
||||
"storage": [
|
||||
|
|
|
@ -15,10 +15,11 @@ You can record
|
|||
|
||||
* **Time** The current time
|
||||
* **GPS** GPS Latitude, Longitude and Altitude
|
||||
* **Steps** Steps counted by the step counter
|
||||
* **HR** Heart rate and confidence
|
||||
* **BAT** Battery percentage and voltage
|
||||
* **Core** CoreTemp body temperature
|
||||
* **Steps** Steps counted by the step counter
|
||||
* **Baro** (Bangle.js 2) Using the built-in barometer to record Temperature, Pressure and Altitude
|
||||
* **Core** CoreTemp body temperature *if* you have a CoreTemp device and the https://banglejs.com/apps/?id=coretemp app installed
|
||||
|
||||
You can then start/stop recording from the Recorder app itself (and as long as widgets are
|
||||
enabled in the app you're using, you can move to another app and continue recording).
|
||||
|
|
Loading…
Reference in New Issue