Update version for #1167
parent
f9a34bf2c8
commit
61b214da81
|
|
@ -1501,7 +1501,7 @@
|
||||||
{
|
{
|
||||||
"id": "gpsinfo",
|
"id": "gpsinfo",
|
||||||
"name": "GPS Info",
|
"name": "GPS Info",
|
||||||
"version": "0.05",
|
"version": "0.06",
|
||||||
"description": "An application that displays information about altitude, lat/lon, satellites and time",
|
"description": "An application that displays information about altitude, lat/lon, satellites and time",
|
||||||
"icon": "gps-info.png",
|
"icon": "gps-info.png",
|
||||||
"type": "app",
|
"type": "app",
|
||||||
|
|
|
||||||
|
|
@ -2,3 +2,4 @@
|
||||||
0.03: Show number of satellites while waiting for fix
|
0.03: Show number of satellites while waiting for fix
|
||||||
0.04: Add Maidenhead readout of GPS location
|
0.04: Add Maidenhead readout of GPS location
|
||||||
0.05: Refactor to use 'layout' library for multi-device support
|
0.05: Refactor to use 'layout' library for multi-device support
|
||||||
|
0.06: Added number of satellites in view and fixed crash with GPS time
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue