diff options
author | Keith Packard <keithp@keithp.com> | 2018-07-02 14:20:39 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-07-02 14:25:10 -0700 |
commit | c263fde769da380d55d223cebe3c9b6e8f19cb29 (patch) | |
tree | c06889276b1478172ebb7cd69fca7ae1c9413cd5 /altosuilib/AltosFlashUI.java | |
parent | 8794920328c8311372f83e4e5656ce14c7f8336b (diff) |
altosuilib: Split cc1111 vs arm telefire/telemini for flashing
Only older telefire and telemini boards had cc1111 processors and need
pair-programming.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosFlashUI.java')
-rw-r--r-- | altosuilib/AltosFlashUI.java | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/altosuilib/AltosFlashUI.java b/altosuilib/AltosFlashUI.java index c717e47c..802e8eb3 100644 --- a/altosuilib/AltosFlashUI.java +++ b/altosuilib/AltosFlashUI.java @@ -59,10 +59,10 @@ public class AltosFlashUI "teleballoon", "telebt-v1", "teledongle-v0", - "telefire", + "telefire-v0", "telemetrum-v0", "telemetrum-v1", - "telemini", + "telemini-v1", "telenano", "teleshield", "teleterra" @@ -72,10 +72,11 @@ public class AltosFlashUI "TeleBalloon", "TeleBT-v1", "TeleDongle-v0", + "TeleFire-v0", "TeleFire", "TeleMetrum-v0", "TeleMetrum-v1", - "TeleMini", + "TeleMini-v1", "TeleNano", "TeleShield", "TeleTerra" |