auto-sync
This commit is contained in:
parent
72b274c8a1
commit
a67ccac528
|
@ -36,7 +36,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 = 20160415;
|
public static final int CONSOLE_VERSION = 20160421;
|
||||||
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";
|
||||||
|
|
|
@ -16,6 +16,24 @@ public class SensorLogger {
|
||||||
|
|
||||||
private static Sensor[] SENSORS = {Sensor.RPM,
|
private static Sensor[] SENSORS = {Sensor.RPM,
|
||||||
Sensor.CLT, Sensor.TPS, Sensor.VBATT,
|
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};
|
Sensor.MAF, Sensor.IAT};
|
||||||
private static long fileStartTime;
|
private static long fileStartTime;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue