altosui: Add main/drogue voltages to default graph
authorKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 06:37:51 +0000 (23:37 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 6 Jul 2011 06:37:51 +0000 (23:37 -0700)
Until we get a UI for changing the graph elements, lets add a few more
potentially useful values.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosui/AltosGraphUI.java

index 942688d2b2d4e4653be93b35949481c96dda2dae..03aae65233f7a181a1418eeca04b5fa1e065207c 100644 (file)
@@ -112,7 +112,9 @@ public class AltosGraphUI extends JFrame
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)
                        .addElement(speed)
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)
                        .addElement(speed)
-                       .addElement(acceleration) );
+                       .addElement(acceleration)
+                       .addElement(drogue_voltage)
+                       .addElement(main_voltage) );
 
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)
 
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)