diff --git a/firmware/rusefi.cpp b/firmware/rusefi.cpp index 591237d745..c0fda3e519 100644 --- a/firmware/rusefi.cpp +++ b/firmware/rusefi.cpp @@ -298,5 +298,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 20160505; + return 20160515; } diff --git a/firmware/tunerstudio/rusefi.ini b/firmware/tunerstudio/rusefi.ini index 3593101055..59c4ad34f0 100644 --- a/firmware/tunerstudio/rusefi.ini +++ b/firmware/tunerstudio/rusefi.ini @@ -1368,8 +1368,10 @@ cmd_test_idle_valve = "w\x00\x17\x00\x01" field = "Ignition Pin 2", ignitionPins2, {ignitionMode != 0 && cylindersCount > 1} field = "Ignition Pin 3", ignitionPins3, {ignitionMode != 0 && cylindersCount > 2} field = "Ignition Pin 4", ignitionPins4, {ignitionMode != 0 && cylindersCount > 3} - field = "Ignition Pin 5", ignitionPins4, {ignitionMode != 0 && cylindersCount > 4} - field = "Ignition Pin 6", ignitionPins4, {ignitionMode != 0 && cylindersCount > 5} + field = "Ignition Pin 5", ignitionPins5, {ignitionMode != 0 && cylindersCount > 4} + field = "Ignition Pin 6", ignitionPins6, {ignitionMode != 0 && cylindersCount > 5} + field = "Ignition Pin 7", ignitionPins7, {ignitionMode != 0 && cylindersCount > 6} + field = "Ignition Pin 8", ignitionPins8, {ignitionMode != 0 && cylindersCount > 7} field = "This is useful to have tachometer working while converting from distributor" field = "Dizzy out Pin", dizzySparkOutputPin field = "Dizzy out Pin Mode", dizzySparkOutputPinMode