auto-sync
This commit is contained in:
parent
9240dc79b8
commit
b1dadac2a0
|
@ -95,6 +95,11 @@ public class EngineState {
|
|||
}
|
||||
});
|
||||
|
||||
registerStringValueAction("IAT", NOTHING);
|
||||
registerStringValueAction("int_temp", NOTHING);
|
||||
registerStringValueAction("mode", NOTHING);
|
||||
registerStringValueAction("TPS", NOTHING);
|
||||
|
||||
registerStringValueAction("adcfast_co", NOTHING);
|
||||
registerStringValueAction("adcfast_max", NOTHING);
|
||||
registerStringValueAction("adcfast_min", NOTHING);
|
||||
|
|
|
@ -38,7 +38,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
|||
* @see EngineSnifferPanel
|
||||
*/
|
||||
public class Launcher {
|
||||
public static final int CONSOLE_VERSION = 20161225;
|
||||
public static final int CONSOLE_VERSION = 20170104;
|
||||
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