mirror of https://github.com/espruino/BangleApps
runplus: update version & README
parent
571ed1b344
commit
f304ce9a68
|
@ -26,3 +26,4 @@ Write to correct settings file, fixing settings not working.
|
|||
0.23: Minor code improvements
|
||||
0.24: Add indicators for lock,gps and pulse to karvonen screen
|
||||
0.25: Fix step count bug when runs are resumed after a long time
|
||||
0.26: Add ability to zoom in on a single stat by tapping it
|
||||
|
|
|
@ -4,6 +4,8 @@ Displays distance, time, steps, cadence, pace and heart rate for runners. Based
|
|||
It requires the input of your minimum and maximum heart rate in the settings for the app to work. You can come back back to the initial run screen anytime by swimping left.
|
||||
To use it, start the app and press the middle button so that the red STOP in the bottom right turns to a green `RUN`.
|
||||
|
||||
To focus on a single stat, tap on the stat and it will take up the full screen. Tap again to return to the main screen.
|
||||
|
||||
## Display 1st screen
|
||||
|
||||
* `DIST` - the distance travelled based on the GPS (if you have a GPS lock).
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"id": "runplus",
|
||||
"name": "Run+",
|
||||
"version": "0.25",
|
||||
"description": "Displays distance, time, steps, cadence, pace and more for runners. Based on the Run app, but extended with additional screen for heart rate interval training.",
|
||||
"version": "0.26",
|
||||
"description": "Displays distance, time, steps, cadence, pace and more for runners. Based on the Run app, but extended with additional screens for heart rate interval training and individual stat focus.",
|
||||
"icon": "app.png",
|
||||
"tags": "run,running,fitness,outdoors,gps,karvonen,karvonnen",
|
||||
"supports": ["BANGLEJS2"],
|
||||
|
|
Loading…
Reference in New Issue