auto-sync
This commit is contained in:
parent
dd33713c19
commit
3095446eae
|
@ -39,7 +39,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
|||
* @see EngineSnifferPanel
|
||||
*/
|
||||
public class Launcher {
|
||||
public static final int CONSOLE_VERSION = 20160713;
|
||||
public static final int CONSOLE_VERSION = 20160716;
|
||||
public static final boolean SHOW_STIMULATOR = false;
|
||||
private static final String TAB_INDEX = "main_tab";
|
||||
protected static final String PORT_KEY = "port";
|
||||
|
|
|
@ -46,7 +46,9 @@ public class SensorLogger {
|
|||
Sensor.warningCounter,
|
||||
Sensor.lastErrorCode,
|
||||
|
||||
Sensor.MAF, Sensor.IAT};
|
||||
Sensor.MAF,
|
||||
Sensor.MAP,
|
||||
Sensor.IAT};
|
||||
private static long fileStartTime;
|
||||
|
||||
private SensorLogger() {
|
||||
|
|
Loading…
Reference in New Issue