altosui: Add config and pyro tabs to graph widget
[fw/altos] / altoslib / AltosTelemetryFile.java
index 6f01f51c180be81d53f54471401a14c328ef23bc..5ba32518a3fff5fb1dedef4e757578f550574660 100644 (file)
@@ -138,6 +138,10 @@ public class AltosTelemetryFile implements AltosRecordSet {
                listener.finish();
        }
 
+       public AltosConfigData config_data() {
+               return null;
+       }
+
        public AltosTelemetryFile(FileInputStream input) throws IOException {
                telems = new AltosTelemetryIterable(input);
        }