summaryrefslogtreecommitdiff
path: root/altosui/AltosSerial.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-01-02 22:35:41 -0800
committerKeith Packard <keithp@keithp.com>2012-01-02 22:35:41 -0800
commitbe5e0768a43327a71d994fdeb120a41fa0f342a9 (patch)
treeb48a1138c844db1eec035eede03f797b7058040c /altosui/AltosSerial.java
parente2b746e1a69eb672c02b63bb549bb2f8ece5b8e9 (diff)
altosui: Move telemetry reader &c to altoslib
Move all of the device and file reading code into altoslib Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSerial.java')
-rw-r--r--altosui/AltosSerial.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosSerial.java b/altosui/AltosSerial.java
index 5ca02a45..9ed4afdb 100644
--- a/altosui/AltosSerial.java
+++ b/altosui/AltosSerial.java
@@ -269,6 +269,7 @@ public class AltosSerial extends AltosLink implements Runnable {
device = in_device;
frame = null;
serial = device.getSerial();
+ name = device.toShortString();
open();
}
}