altosui: Tell serial device which frame to use for timeout dialogs
[fw/altos] / altosui / AltosEepromDownload.java
index a03d2b43c952e963cc470a947c25c9bce0c268ec..fad1646072e2890604773c14f31ab51594e4f03b 100644 (file)
@@ -328,6 +328,7 @@ public class AltosEepromDownload implements Runnable {
 
                frame = given_frame;
                serial_line = given_serial_line;
+               serial_line.set_frame(frame);
                remote = given_remote;
                flights = given_flights;
                success = false;