X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=teststand%2FTestStand.java;h=213e69c88648cd95d8e33ba954c272a6543146af;hb=35a279e49ff1bd9a340e5b485521518ccf0bf8b7;hp=29001d9911beaef886bdca594e225aabc9c6dddc;hpb=a344cc43d60e8e09ccedd9cce776b563a4dc8b31;p=fw%2Faltos diff --git a/teststand/TestStand.java b/teststand/TestStand.java index 29001d99..213e69c8 100644 --- a/teststand/TestStand.java +++ b/teststand/TestStand.java @@ -185,13 +185,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher { }); b.setToolTipText("Replace the firmware in any AltusMetrum product"); - b = addButton(4, 1, "Fire Igniter"); - b.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - FireIgniter(); - } - }); - b.setToolTipText("Remote control of igniters for deployment testing"); b = addButton(0, 2, "Scan Channels"); b.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { @@ -199,20 +192,6 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher { } }); b.setToolTipText("Find what channel an altimeter is sending telemetry on"); - b = addButton(1, 2, "Load Maps"); - b.addActionListener(new ActionListener() { - public void actionPerformed(ActionEvent e) { - LoadMaps(); - } - }); - b.setToolTipText("Download satellite images for off-line flight monitoring"); - -// b = addButton(3, 2, "Launch Controller"); -// b.addActionListener(new ActionListener() { -// public void actionPerformed(ActionEvent e) { -// LaunchController(); -// } -// }); b = addButton(4, 2, "Quit"); b.addActionListener(new ActionListener() { @@ -273,22 +252,10 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher { AltosFlashUI.show(TestStand.this); } - void FireIgniter() { - new AltosIgniteUI(TestStand.this); - } - void ScanChannels() { new AltosScanUI(TestStand.this, true); } - void LoadMaps() { - new AltosUIMapPreload(TestStand.this); - } - - void LaunchController() { - new AltosLaunchUI(TestStand.this); - } - /* Connect to TeleMetrum, either directly or through * a TeleDongle over the packet link */