diff options
author | Bdale Garbee <bdale@gag.com> | 2018-08-05 11:24:13 +0800 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-08-05 11:24:13 +0800 |
commit | a3b4f0d33e9d13fb5294397304ec0eb44ecaf1fc (patch) | |
tree | 69c563070ea7ca4a127f2ac925f18a36acb888bb /altosuilib/AltosFlashUI.java | |
parent | 67da03d1382228a95d0414294703371cf32e666e (diff) | |
parent | 3a2a5a05bb6372d9003905cee7afdfcd6d38ae7e (diff) |
Merge branch 'branch-1.8' into debian
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" |