X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosUI.java;h=b47df0d9cc4844e45d94c40e94775cc24bc85fe8;hp=72b2c0d9869cd71e62a7a6a0ce374968427505b8;hb=017ed54ff69ef2f7740ea2578e22bf72e88deafb;hpb=f07f6d55edf5b97020680b3ce1d9e00bb3df64a6 diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 72b2c0d9..b47df0d9 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -353,7 +353,7 @@ public class AltosUI extends AltosUIFrame { if (file.getName().endsWith("eeprom")) return new AltosEepromFile(in); else - return null; // new AltosTelemetryIterable(in); + return new AltosTelemetryFile(in); } catch (FileNotFoundException fe) { System.out.printf("%s\n", fe.getMessage()); return null;