altos: Shrink ao_cmd_put16, ao_cmd_hex and ao_cmd
[fw/altos] / 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)
-                       .addElement(acceleration) );
+                       .addElement(acceleration)
+                       .addElement(drogue_voltage)
+                       .addElement(main_voltage) );
 
            graphs.add( myAltosGraphTime("Summary")
                        .addElement(height)