telegps: Add info table
[fw/altos] / telegps / TeleGPSInfo.java
index 0fba77d5990123d7924b0356aae55879dd58694e..da3df44ea2351c0eb2a4c2434dab843a45d91f62 100644 (file)
@@ -58,6 +58,10 @@ public class TeleGPSInfo extends JComponent implements AltosFlightDisplay {
                        show(String.format(format, v));
                }
 
+               void show(String format, int v) {
+                       show(String.format(format, v));
+               }
+
                void reset() {
                        lights.set(false);
                        value.setText("");