summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--altosui/AltosConfig.java4
1 files changed, 2 insertions, 2 deletions
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() {