This commit is contained in:
parent
cae82c1062
commit
d2d232e73f
Binary file not shown.
After Width: | Height: | Size: 4.8 KiB |
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue