From 5bb3fe4884340385553fe36a8a3bb2370c934a7b Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 30 Jun 2019 08:12:26 -0400 Subject: [PATCH] another useful command to the list --- java_console/ui/src/com/rusefi/ui/RecentCommands.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/java_console/ui/src/com/rusefi/ui/RecentCommands.java b/java_console/ui/src/com/rusefi/ui/RecentCommands.java index 5fe2d61111..34b1595a85 100644 --- a/java_console/ui/src/com/rusefi/ui/RecentCommands.java +++ b/java_console/ui/src/com/rusefi/ui/RecentCommands.java @@ -32,6 +32,7 @@ public class RecentCommands { private static final String SHOWCONFIG = "showconfig"; private static final String HELP = "help"; private static final String ANALOGINFO = "analoginfo"; + private static final String PINS = "pins"; private static final String TRIGGERINFO = "triggerinfo"; private static final String IDLEINFO = "idleinfo"; private static final String ALTINFO = "altinfo"; @@ -118,6 +119,7 @@ public class RecentCommands { add(SHOWCONFIG); add(STOPENGINE); add(ANALOGINFO); + add(PINS); add(TRIGGERINFO); add(TSINFO); add(SPEEDINFO);