summaryrefslogtreecommitdiff
path: root/altoslib/AltosConfigValues.java
Commit message (Collapse)AuthorAge
* altosui: Add APRS interval configuration to UIKeith Packard2012-12-07
| | | | Signed-off-by: Keith Packard <keithp@keithp.com>
* altosui: Call config UI from AltosConfigData directlyKeith Packard2012-12-07
Don't make AltosConfig have a pile of config code, stick that in AltosConfigData instead. This uses a new interface, AltosConfigValues to get from AltosConfigData to the UI. Signed-off-by: Keith Packard <keithp@keithp.com>