diff options
| author | Keith Packard <keithp@keithp.com> | 2015-02-06 03:34:30 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-02-06 03:34:30 -0800 | 
| commit | df47839824dd4e708c22fbf8f4a3054b9c45b9c3 (patch) | |
| tree | f91269f41b4f071f1608f98551243a6f2a744852 | |
| parent | 21ff52befb27decc4b23458315620c47d7a07b21 (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>
| -rw-r--r-- | altosuilib/AltosFlashUI.java | 4 | 
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", | 
