summaryrefslogtreecommitdiff
path: root/altoslib/AltosIdleMonitor.java
Commit message (Collapse)AuthorAge
* altosui: Make scan UI handle incremental telem dataKeith Packard2012-07-18
| | | | | | | | | The new telem format doesn't send everything in each telem packet, so we need to handle updating information incrementally in the scan results. This involved clearing old scan data when switching frequencies and then updating existing entries with new data as it arrives. Signed-off-by: Keith Packard <keithp@keithp.com>
* altoslib: Move idle monitor managing code to altoslibKeith Packard2012-07-17
More stuff to be shared (potentially) Signed-off-by: Keith Packard <keithp@keithp.com>