X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosDataChooser.java;h=c0d6668279574e051dfafdf0dce2e097b12016f4;hp=0d0b0b0ac60c5a5d09a3968a4b1d64c6b5f83731;hb=4e1b134e29313a1bdac18de57fe547299e5ded2a;hpb=5b976a6651f4eb05d30afc08b9e1f27c7e52ae00 diff --git a/altosui/AltosDataChooser.java b/altosui/AltosDataChooser.java index 0d0b0b0a..c0d66682 100644 --- a/altosui/AltosDataChooser.java +++ b/altosui/AltosDataChooser.java @@ -51,7 +51,7 @@ public class AltosDataChooser extends JFileChooser { return new AltosEepromFile(in); } else if (filename.endsWith("telem")) { FileInputStream in = new FileInputStream(file); - return null; // new AltosTelemetryIterable(in); + return new AltosTelemetryFile(in); } else { throw new FileNotFoundException(); }