altosuilib: Wait for product data while scanning
[fw/altos] / altosuilib / AltosFlashUI.java
index 0ed4e75df4616c90fff87de9cbe12ecb6b2adf61..2e80bcbb820337ec488db45866efd8d3756573ea 100644 (file)
@@ -56,8 +56,8 @@ public class AltosFlashUI
 
        private static String[] pair_programmed = {
                "teleballoon",
-               "telebt",
-               "teledongle",
+               "telebt-v1",
+               "teledongle-v0",
                "telefire",
                "telemetrum-v0",
                "telemetrum-v1",
@@ -213,6 +213,7 @@ public class AltosFlashUI
                new AltosHexfileFilter(AltosLib.product_teledongle, "teledongle", "TeleDongle Image"),
                new AltosHexfileFilter(AltosLib.product_telemega, "telemega", "TeleMega Image"),
                new AltosHexfileFilter(AltosLib.product_easymini, "easymini", "EasyMini Image"),
+               new AltosHexfileFilter(AltosLib.product_easymega, "easymega", "EasyMega Image"),
        };
 
        boolean select_source_file() {