summaryrefslogtreecommitdiff
path: root/altosui/AltosTelemetryRecordLocation.java
Commit message (Collapse)AuthorAge
* altosui: Split out lots of the altosui code to a shared libraryKeith Packard2012-01-02
| | | | | | To be shared with the Android application eventually Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Only update GPS data when new GPS information arrivesKeith Packard2011-10-27
| | | | | | | | Track which telemetry packets are actually producing new GPS information and only update the GPS average position and count of stable GPS reports with new GPS info, instead of on every telemetry packet. Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Parse remaining standard telemetry packetsKeith Packard2011-07-05
Signed-off-by: Keith Packard <keithp@keithp.com>