mirror of https://github.com/espruino/BangleApps
[] altimeter: update to v0.04
parent
0c220b4091
commit
aad5aae3ca
|
@ -1,3 +1,4 @@
|
||||||
0.01: New App!
|
0.01: New App!
|
||||||
0.02: Actually upload correct code
|
0.02: Actually upload correct code
|
||||||
0.03: Display sea-level pressure, too, and allow calibration
|
0.03: Display sea-level pressure, too, and allow calibration
|
||||||
|
0.04: Switch to using system code for pressure calibration
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ "id": "altimeter",
|
{ "id": "altimeter",
|
||||||
"name": "Altimeter",
|
"name": "Altimeter",
|
||||||
"version":"0.03",
|
"version":"0.04",
|
||||||
"description": "Simple altimeter that can display height changed using Bangle.js 2's built in pressure sensor.",
|
"description": "Simple altimeter that can display height changed using Bangle.js 2's built in pressure sensor.",
|
||||||
"icon": "app.png",
|
"icon": "app.png",
|
||||||
"tags": "tool,outdoors",
|
"tags": "tool,outdoors",
|
||||||
|
|
Loading…
Reference in New Issue