X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosUI.java;h=538f87348639a00195323db2e5ce987a8b777ce9;hb=5270a0f1416baef5fde08547c6c98d97f973ae95;hp=25c6c36b7845c374c9da499a61517b6b6e00f863;hpb=93305717ac4c993c88d9144d797ca64d26db97c5;p=fw%2Faltos diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 25c6c36b..538f8734 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -48,7 +48,7 @@ public class AltosUI extends AltosFrame { void telemetry_window(AltosDevice device) { try { - AltosFlightReader reader = new AltosTelemetryReader(device); + AltosFlightReader reader = new AltosTelemetryReader(new AltosSerial(device)); if (reader != null) new AltosFlightUI(voice, reader, device.getSerial()); } catch (FileNotFoundException ee) {