auto-sync
This commit is contained in:
parent
8861cba298
commit
3acb8539e4
|
@ -190,8 +190,8 @@ static void printMAPInfo(void) {
|
||||||
getAir_pressure_sensor_type_e(engineConfiguration->map.sensor.type),
|
getAir_pressure_sensor_type_e(engineConfiguration->map.sensor.type),
|
||||||
getMap());
|
getMap());
|
||||||
|
|
||||||
if (engineConfiguration->map.sensor.type == MT_CUSTOM) {
|
|
||||||
scheduleMsg(logger, "MAP %fv", getVoltage("mapinfo", engineConfiguration->map.sensor.hwChannel));
|
scheduleMsg(logger, "MAP %fv", getVoltage("mapinfo", engineConfiguration->map.sensor.hwChannel));
|
||||||
|
if (engineConfiguration->map.sensor.type == MT_CUSTOM) {
|
||||||
scheduleMsg(logger, "at %fv=%f at %fv=%f",
|
scheduleMsg(logger, "at %fv=%f at %fv=%f",
|
||||||
engineConfiguration->mapLowValueVoltage,
|
engineConfiguration->mapLowValueVoltage,
|
||||||
engineConfiguration->map.sensor.lowValue,
|
engineConfiguration->map.sensor.lowValue,
|
||||||
|
|
|
@ -294,5 +294,5 @@ int getRusEfiVersion(void) {
|
||||||
return 123; // this is here to make the compiler happy about the unused array
|
return 123; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||||
return 3211; // this is here to make the compiler happy about the unused array
|
return 3211; // this is here to make the compiler happy about the unused array
|
||||||
return 20161011;
|
return 20161014;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue