diff options
author | Bdale Garbee <bdale@gag.com> | 2018-08-05 11:21:37 +0800 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-08-05 11:21:37 +0800 |
commit | d8627bb7b46fc991786835afa38cd720e9e75812 (patch) | |
tree | e14ae029a4ead29a4a7ccccb39af556e32413d36 /altosuilib/AltosFlashUI.java | |
parent | 59e23c27c2a85d7d748223e444b24d19937afe47 (diff) | |
parent | 8830fbc99565f753c0ae1f3d9f4b079860c2634a (diff) |
Merge branch 'master' into branch-1.8
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" |