X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=ao-tools%2Faltosui%2FAltosConfig.java;h=7fecff0e3de580de168117398058df8f9d3def8e;hb=1f3e091efdfb2fe6f06a066cac60f5d267b94856;hp=7b6cd78ce8cd9a7897fc533be2905c6a31d07021;hpb=7c2e4114a3a43f919a7a6c967d3f16e5d630f90f;p=fw%2Faltos diff --git a/ao-tools/altosui/AltosConfig.java b/ao-tools/altosui/AltosConfig.java index 7b6cd78c..7fecff0e 100644 --- a/ao-tools/altosui/AltosConfig.java +++ b/ao-tools/altosui/AltosConfig.java @@ -122,7 +122,7 @@ public class AltosConfig implements Runnable, ActionListener { void start_serial() throws InterruptedException { if (remote) { - serial_line.set_channel(AltosPreferences.channel()); + serial_line.set_channel(AltosPreferences.channel(device.getSerial())); serial_line.set_callsign(AltosPreferences.callsign()); serial_line.printf("p\n"); serial_line.flush_input();