rusefi 2017-10-29 16:01:19 -04:00
parent cae82c1062
commit d2d232e73f
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@ -48,7 +48,7 @@ public class BenchTestPane {
}
private Component createDizzyTest() {
BenchTestPanel panel = new BenchTestPanel("Dizzy", "todo_image.png") {
BenchTestPanel panel = new BenchTestPanel("Dizzy", "dizzy.jpg") {
@NotNull
protected String getCommand() {
return "dizzybench";

View File

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