altoslib: Stop re-loading previous flight when starting telemetry monitoring
[fw/altos] / altoslib / AltosTelemetryReader.java
index 7539452d4ad9cf3cb609a48b58292b197e128911..20526a2c584b95d4780a54cfae4a5ef73fa2718f 100644 (file)
@@ -199,6 +199,6 @@ public class AltosTelemetryReader extends AltosFlightReader {
 
        public AltosTelemetryReader(AltosLink link)
                throws IOException, InterruptedException, TimeoutException {
-               this(link, existing_data(link));
+               this(link, null);
        }
 }