altosui: Add support for telemetry version 4
[fw/altos] / altosui / AltosSiteMap.java
index d6bd6d1f43cfc0cbdf4030d8f604a7466ae713c5..f4b6b7e0a52350bf3c66d32d92807ecb61535931 100644 (file)
@@ -228,8 +228,6 @@ public class AltosSiteMap extends JScrollPane implements AltosFlightDisplay {
        int last_state = -1;
        public void show(final AltosState state, final int crc_errors) {
                // if insufficient gps data, nothing to update
-               if (state.gps == null)
-                       return;
                if (!state.gps.locked && state.gps.nsat < 4)
                        return;