auto-sync
This commit is contained in:
parent
a2f8e90838
commit
f776e101c4
|
@ -36,7 +36,7 @@ import static com.rusefi.ui.storage.PersistentConfiguration.getConfig;
|
|||
* @see EngineSnifferPanel
|
||||
*/
|
||||
public class Launcher {
|
||||
public static final int CONSOLE_VERSION = 20160415;
|
||||
public static final int CONSOLE_VERSION = 20160421;
|
||||
public static final boolean SHOW_STIMULATOR = false;
|
||||
private static final String TAB_INDEX = "main_tab";
|
||||
protected static final String PORT_KEY = "port";
|
||||
|
|
|
@ -16,6 +16,24 @@ public class SensorLogger {
|
|||
|
||||
private static Sensor[] SENSORS = {Sensor.RPM,
|
||||
Sensor.CLT, Sensor.TPS, Sensor.VBATT,
|
||||
Sensor.FUEL_BASE,
|
||||
Sensor.T_CHARGE,
|
||||
Sensor.DWELL,
|
||||
Sensor.CURRENT_VE,
|
||||
Sensor.deltaTps,
|
||||
Sensor.engineLoadAccelDelta,
|
||||
Sensor.tpsAccelFuel,
|
||||
Sensor.Injector_duty,
|
||||
Sensor.wallFuelAmount,
|
||||
Sensor.iatCorrection,
|
||||
Sensor.wallFuelCorrection,
|
||||
Sensor.idlePosition,
|
||||
Sensor.TARGET_AFR,
|
||||
Sensor.CHARGE_AIR_MASS,
|
||||
Sensor.cltCorrection,
|
||||
Sensor.runningFuel,
|
||||
Sensor.injectorLagMs,
|
||||
|
||||
Sensor.MAF, Sensor.IAT};
|
||||
private static long fileStartTime;
|
||||
|
||||
|
|
Loading…
Reference in New Issue