From: Keith Packard Date: Fri, 6 Feb 2015 11:34:30 +0000 (-0800) Subject: altosuilib: New teledongle and telebt devices are not pair-programmed X-Git-Tag: 1.6~25 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=df47839824dd4e708c22fbf8f4a3054b9c45b9c3 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 --- 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",