altoslib, altosuilib, altosui, telegps: Missing config values now MISSING
authorKeith Packard <keithp@keithp.com>
Sun, 11 Jun 2017 23:11:09 +0000 (16:11 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 12 Jun 2017 05:54:22 +0000 (22:54 -0700)
commit171adbe7db8520f5ff52a5fe2c54fe165c6f91f8
treed873249bca5f9beb0413475d3aad6f5d4a4d04cd
parentaf6ce9a142d001f3b9b83cf6527f4dc848e94d48
altoslib, altosuilib, altosui, telegps: Missing config values now MISSING

Config values that didn't apply to the current product used to get set
to -1, but now they're set to AltosLib.MISSING to be consistent with
the rest of the code. Deal with this in the UI bits.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java
altosui/AltosConfigUI.java
altosui/AltosIgniteUI.java
altosuilib/AltosUIRateList.java
telegps/TeleGPSConfigUI.java