summaryrefslogtreecommitdiff
path: root/altosuilib/AltosFlashUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-02-06 03:34:30 -0800
committerKeith Packard <keithp@keithp.com>2015-02-06 03:34:30 -0800
commitdf47839824dd4e708c22fbf8f4a3054b9c45b9c3 (patch)
treef91269f41b4f071f1608f98551243a6f2a744852 /altosuilib/AltosFlashUI.java
parent21ff52befb27decc4b23458315620c47d7a07b21 (diff)
altosuilib: New teledongle and telebt devices are not pair-programmed
Only list telebt-v1 and teledongle-v0 as pair-programmed devices so that newer versions go through the self-programming process Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosFlashUI.java')
-rw-r--r--altosuilib/AltosFlashUI.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/altosuilib/AltosFlashUI.java b/altosuilib/AltosFlashUI.java
index 44be2a90..2e80bcbb 100644
--- a/altosuilib/AltosFlashUI.java
+++ b/altosuilib/AltosFlashUI.java
@@ -56,8 +56,8 @@ public class AltosFlashUI
private static String[] pair_programmed = {
"teleballoon",
- "telebt",
- "teledongle",
+ "telebt-v1",
+ "teledongle-v0",
"telefire",
"telemetrum-v0",
"telemetrum-v1",