altosui: Don't show missing igniter and gps values
authorKeith Packard <keithp@keithp.com>
Thu, 7 Jul 2011 04:38:57 +0000 (21:38 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 7 Jul 2011 04:38:57 +0000 (21:38 -0700)
commit8f80f5705d64469bcfb00ff11aee68364edb271b
tree9db032cfcb647951259c9ff7f0deabea682271cf
parent80ca066a825646f833ca609190c76c5252118d9a
altosui: Don't show missing igniter and gps values

The new telemetry stuff leaves state.gps always set (but empty), which
seems fine, we just need to look at state.gps.connected to see if
there's a GPS receiver on board.

For TeleNano, we also want to hide the igniter status fields as they
won't have any data present.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosAscent.java
altosui/AltosDescent.java
altosui/AltosFlightUI.java
altosui/AltosInfoTable.java
altosui/AltosLanded.java
altosui/AltosPad.java