diff options
author | Keith Packard <keithp@keithp.com> | 2012-01-02 22:35:41 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-02 19:37:26 -0700 |
commit | 5270a0f1416baef5fde08547c6c98d97f973ae95 (patch) | |
tree | b9fbfcebf0c9b1869c162ccc9b55d1c7b1579642 /altosui/AltosSerial.java | |
parent | 93305717ac4c993c88d9144d797ca64d26db97c5 (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.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/AltosSerial.java b/altosui/AltosSerial.java index cc384586..54cdcba7 100644 --- a/altosui/AltosSerial.java +++ b/altosui/AltosSerial.java @@ -396,6 +396,7 @@ public class AltosSerial extends AltosLink implements Runnable { device = in_device; frame = null; serial = device.getSerial(); + name = device.toShortString(); open(); } } |