altosui: Add debug dongle API, split flash UI out
[fw/altos] / ao-tools / altosui / AltosUI.java
index 565866ea1f61a582065d2326cefa20e4d577580f..9fd47ea7ae149a3fc688cb0e824f2d934e2dec1a 100644 (file)
@@ -41,7 +41,7 @@ import altosui.AltosVoice;
 import altosui.AltosFlightStatusTableModel;
 import altosui.AltosFlightInfoTableModel;
 import altosui.AltosChannelMenu;
-import altosui.AltosFlash;
+import altosui.AltosFlashUI;
 
 import libaltosJNI.*;
 
@@ -460,7 +460,7 @@ public class AltosUI extends JFrame {
        }
 
        void FlashImage() {
-               new AltosFlash(AltosUI.this);
+               new AltosFlashUI(AltosUI.this);
        }
 
        /*