altoslib: Save separate config for local and remote. Use in idle
authorKeith Packard <keithp@keithp.com>
Sat, 14 Oct 2017 19:18:26 +0000 (12:18 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Oct 2017 19:18:26 +0000 (12:18 -0700)
commite98235e314ac764509af26c93da9e6d1de8184ea
tree88b237b9838c05c0f5dbb8e446c248ee5309be7f
parent964a14568b73296194f84c728cc7e01d6f0e2f64
altoslib: Save separate config for local and remote. Use in idle

When using the remote link, there are two separate configuration data
blocks, that for the local device and for remote. Make the link report
both versions, depending on whether it is in remote mode or not.

Request config data in remote mode when running idle monitoring so
that the presented data is for the remote device, not the local one.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosIdleMonitor.java
altoslib/AltosLink.java
altosui/AltosIdleMonitorUI.java