From 3acb8539e441e4d32a32a7f2984fff20a01cb591 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sat, 15 Oct 2016 00:02:44 -0400 Subject: [PATCH] auto-sync --- firmware/controllers/sensors/map.cpp | 2 +- firmware/rusefi.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/firmware/controllers/sensors/map.cpp b/firmware/controllers/sensors/map.cpp index 2292be3452..b6d4a78353 100644 --- a/firmware/controllers/sensors/map.cpp +++ b/firmware/controllers/sensors/map.cpp @@ -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, diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 532844abcf..a533586ef3 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -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; }