mirror of https://github.com/espruino/BangleApps
Run: fixed distance calculation
parent
5532df8306
commit
9a9625c112
|
@ -1,3 +1,4 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Set pace format to mm:ss, time format to h:mm:ss,
|
0.02: Set pace format to mm:ss, time format to h:mm:ss,
|
||||||
added settings to opt out of GPS and HRM
|
added settings to opt out of GPS and HRM
|
||||||
|
0.03: Fixed distance calculation, tested against Garmin Etrex, Amazfit GTS 2
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "run",
|
{ "id": "run",
|
||||||
"name": "Run",
|
"name": "Run",
|
||||||
"version":"0.02",
|
"version":"0.03",
|
||||||
"description": "Displays distance, time, steps, cadence, pace and more for runners.",
|
"description": "Displays distance, time, steps, cadence, pace and more for runners.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "run,running,fitness,outdoors,gps",
|
"tags": "run,running,fitness,outdoors,gps",
|
||||||
|
|
Loading…
Reference in New Issue