X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosIdleMonitorUI.java;fp=altosui%2FAltosIdleMonitorUI.java;h=bc3060e0d0dee64298839660e853dc3a3a2a9569;hp=fc76b2b658c87db172a8043bce7e6912679ae7fa;hb=a88989faebdc3a4b5198c4150096e6f626d76a96;hpb=96bdc1585d89e09381bd164dfb2ea41e8257df26 diff --git a/altosui/AltosIdleMonitorUI.java b/altosui/AltosIdleMonitorUI.java index fc76b2b6..bc3060e0 100644 --- a/altosui/AltosIdleMonitorUI.java +++ b/altosui/AltosIdleMonitorUI.java @@ -297,6 +297,8 @@ public class AltosIdleMonitorUI extends AltosUIFrame implements AltosFlightDispl thread = new AltosIdleMonitor(this, link, (boolean) remote); + thread.set_frequency(AltosUIPreferences.frequency(serial)); + status_update = new AltosFlightStatusUpdate(flightStatus); new javax.swing.Timer(100, status_update).start();