altoslib/altosuilib: Add EasyMega support
[fw/altos] / altosuilib / AltosFlashUI.java
index 0ed4e75df4616c90fff87de9cbe12ecb6b2adf61..44be2a9064f6183396b073d208979340fdfc9128 100644 (file)
@@ -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() {