sixths: Increase version

pull/3550/head
Pavel Machek 2024-08-29 09:36:05 +02:00
parent 1b40897ea2
commit cfcfe8e985
2 changed files with 9 additions and 1 deletions

View File

@ -3,3 +3,11 @@
0.03: minor code improvements 0.03: minor code improvements
0.04: make height auto-calibration useful and slow ticks to save power 0.04: make height auto-calibration useful and slow ticks to save power
0.05: add ability to navigate to waypoints, better documentation 0.05: add ability to navigate to waypoints, better documentation
0.1: lots of updates
acknowledge commands by vibration and message
ui tweaks -- bigger font, compressing uninteresting info
display meters up/down
display pressure trend
adjust GPS on/off algorithm for more reliable fix
display warnings when GPS altitude does not match baro

View File

@ -1,6 +1,6 @@
{ "id": "sixths", { "id": "sixths",
"name": "Sixth sense", "name": "Sixth sense",
"version": "0.05", "version": "0.1",
"description": "Clock for outdoor use with GPS support", "description": "Clock for outdoor use with GPS support",
"icon": "app.png", "icon": "app.png",
"readme": "README.md", "readme": "README.md",