altoslib: Mark AltosConfigData fields as MISSING until set
authorKeith Packard <keithp@keithp.com>
Mon, 15 May 2017 19:11:31 +0000 (12:11 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 15 May 2017 19:15:36 +0000 (12:15 -0700)
commit404ee357d59ef4732068ec0e56a9c93ac885ea0f
treea1e9fccf9d82e53bf1cd4e0338da4bb58a13a7c2
parentd0053c5e2cc7b75b642ff4727a1ef874d323db9d
altoslib: Mark AltosConfigData fields as MISSING until set

Instead of using -1 or 0 randomly, use MISSING consistently.

Signed-off-by: Keith Packard <keithp@keithp.com>
altoslib/AltosConfigData.java