diff options
author | Keith Packard <keithp@keithp.com> | 2012-06-17 18:58:56 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-06-17 18:58:56 -0700 |
commit | 55747ce210d7d80d5b4fdaaf9dc7ee0f7bc8b0a3 (patch) | |
tree | d69ca8e3068bfd8fc6a338ddd2286870deb09dd6 /altosui/AltosConfig.java | |
parent | e6d236fdc615625fbbf28377453f920729e49b0f (diff) |
altosui: Move product definitions from AltosUI to AltosLib
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosConfig.java')
-rw-r--r-- | altosui/AltosConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosConfig.java b/altosui/AltosConfig.java index 35fef080..cae41858 100644 --- a/altosui/AltosConfig.java +++ b/altosui/AltosConfig.java @@ -491,7 +491,7 @@ public class AltosConfig implements ActionListener { try { serial_line = new AltosSerial(device); try { - if (!device.matchProduct(Altos.product_telemetrum)) + if (!device.matchProduct(Altos.product_altimeter)) remote = true; init_ui(); } catch (InterruptedException ie) { |