X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosConfig.java;fp=altosui%2FAltosConfig.java;h=7cd8cb8b91f51e788a380f5126145a978864621f;hb=e9254c3472e42d93181674b2c3cd80fe6eea696e;hp=f17436083937665984e83f9afd21fa1af9a5b28d;hpb=4aebe65b089e4b825a5ae238b81e2181bd88175a;p=fw%2Faltos diff --git a/altosui/AltosConfig.java b/altosui/AltosConfig.java index f1743608..7cd8cb8b 100644 --- a/altosui/AltosConfig.java +++ b/altosui/AltosConfig.java @@ -174,7 +174,7 @@ public class AltosConfig implements ActionListener { abort(); return; } - if (line.equals("done")) { + if (line.equals("all finished")) { if (serial_line != null) update_ui(); return; @@ -244,7 +244,7 @@ public class AltosConfig implements ActionListener { } catch (InterruptedException ie) { } } - callback("done"); + callback("all finished"); } void save_data() {