bugfix - inconsistency between ID in code and file
This commit is contained in:
parent
e934acf75f
commit
352540b428
|
@ -1,9 +1,12 @@
|
||||||
<roms>
|
<roms>
|
||||||
|
|
||||||
|
<!-- @@generator_message@@ -->
|
||||||
|
|
||||||
<rom>
|
<rom>
|
||||||
<romid>
|
<romid>
|
||||||
<xmlid>RUSEFI</xmlid>
|
<xmlid>RUSEFI</xmlid>
|
||||||
<internalidaddress>0</internalidaddress>
|
<internalidaddress>0</internalidaddress>
|
||||||
<internalidstring>RUSEFI0.1</internalidstring>
|
<internalidstring>OPEN_SR5_0.1</internalidstring>
|
||||||
<ecuid>RUSEFI</ecuid>
|
<ecuid>RUSEFI</ecuid>
|
||||||
<make>rusEfi</make>
|
<make>rusEfi</make>
|
||||||
<model>rusEfi</model>
|
<model>rusEfi</model>
|
||||||
|
|
|
@ -44,7 +44,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
||||||
* @see EngineSnifferPanel
|
* @see EngineSnifferPanel
|
||||||
*/
|
*/
|
||||||
public class Launcher {
|
public class Launcher {
|
||||||
public static final int CONSOLE_VERSION = 20170301;
|
public static final int CONSOLE_VERSION = 20170302;
|
||||||
public static final boolean SHOW_STIMULATOR = false;
|
public static final boolean SHOW_STIMULATOR = false;
|
||||||
private static final String TAB_INDEX = "main_tab";
|
private static final String TAB_INDEX = "main_tab";
|
||||||
protected static final String PORT_KEY = "port";
|
protected static final String PORT_KEY = "port";
|
||||||
|
|
Loading…
Reference in New Issue