altosui: Tell serial device which frame to use for timeout dialogs
[fw/altos] / altosui / AltosEepromManage.java
index b12d95fa0c48b5b0064205cbbced922f78a80ef0..fe1db9c7dd62742ac93d86927765cf7d5f0ec6b5 100644 (file)
@@ -106,6 +106,8 @@ public class AltosEepromManage implements ActionListener {
                                if (!device.matchProduct(AltosDevice.product_telemetrum))
                                        remote = true;
 
+                               serial_line.set_frame(frame);
+
                                flights = new AltosEepromList(serial_line, remote);
 
                                if (flights.size() == 0) {