sniffer usability

This commit is contained in:
rusefi 2017-05-21 10:05:33 -04:00
parent 2b4c66968c
commit ba0c444d47
2 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
* @see EngineSnifferPanel
*/
public class Launcher {
public static final int CONSOLE_VERSION = 20170507;
public static final int CONSOLE_VERSION = 20170521;
public static final boolean SHOW_STIMULATOR = false;
private static final String TAB_INDEX = "main_tab";
protected static final String PORT_KEY = "port";

View File

@ -138,6 +138,7 @@ public class EngineSnifferPanel {
lowerButtons.add(new BitConfigField(Fields.ISENGINECHARTENABLED, "Collect Engine Data").getContent());
lowerButtons.add(new ConfigField(Fields.SENSORCHARTFREQUENCY, "Frequency").getContent());
lowerButtons.add(new ConfigField(Fields.ENGINECHARTSIZE, "Engine Sniffer size").getContent());
lowerButtons.add(new ConfigField(Fields.ENGINESNIFFERRPMTHRESHOLD, "RPM threashold").getContent());
bottomPanel.add(lowerButtons, BorderLayout.NORTH);
}