auto-sync

This commit is contained in:
rusEfi 2016-10-15 00:02:44 -04:00
parent 8861cba298
commit 3acb8539e4
2 changed files with 2 additions and 2 deletions

View File

@ -190,8 +190,8 @@ static void printMAPInfo(void) {
getAir_pressure_sensor_type_e(engineConfiguration->map.sensor.type),
getMap());
scheduleMsg(logger, "MAP %fv", getVoltage("mapinfo", engineConfiguration->map.sensor.hwChannel));
if (engineConfiguration->map.sensor.type == MT_CUSTOM) {
scheduleMsg(logger, "MAP %fv", getVoltage("mapinfo", engineConfiguration->map.sensor.hwChannel));
scheduleMsg(logger, "at %fv=%f at %fv=%f",
engineConfiguration->mapLowValueVoltage,
engineConfiguration->map.sensor.lowValue,

View File

@ -294,5 +294,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array
return 20161011;
return 20161014;
}