From df47839824dd4e708c22fbf8f4a3054b9c45b9c3 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Fri, 6 Feb 2015 03:34:30 -0800 Subject: [PATCH] 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 --- altosuilib/AltosFlashUI.java | 4 ++-- 1 file 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", -- 2.30.2