1
0
Fork 0
BangleApps/apps/gpsinfo/ChangeLog

13 lines
621 B
Plaintext
Raw Normal View History

0.02: Ensure screen doesn't display garbage at startup
0.03: Show number of satellites while waiting for fix
0.04: Add Maidenhead readout of GPS location
2021-09-30 16:02:17 +00:00
0.05: Refactor to use 'layout' library for multi-device support
2022-01-05 22:17:04 +00:00
0.06: Add number of satellites in view and fix crash with GPS time
2022-01-05 22:16:33 +00:00
0.07: Resolve one FIFO_FULL case and exit App with button press
2022-01-06 10:04:01 +00:00
0.08: Leave GPS power switched on on exit (will switch off after 0.5 seconds anyway)
2022-01-11 10:10:54 +00:00
0.09: Fix FIFO_FULL error
2022-01-17 15:39:16 +00:00
0.10: Show satellites "in view" separated by GNS-system
0.11: Show number of packets received
2023-01-15 14:46:54 +00:00
0.12: Fix number of packets received
2024-04-02 18:24:59 +00:00
0.13: Minor code improvements