stop doing automatic tag push during builds
[fw/altos] / altosui / AltosFlightReader.java
index 3d59de9a82c22ef4f4354a812651df469d2250dd..f665bda8e4419270aafd61b40e8b0cb07b56c22f 100644 (file)
@@ -34,5 +34,7 @@ public class AltosFlightReader {
 
        void set_channel(int channel) { }
 
+       void set_telemetry(int telemetry) { }
+
        void update(AltosState state) throws InterruptedException { }
 }