auto-sync

This commit is contained in:
rusEfi 2016-05-17 08:01:39 -04:00
parent 92ea344201
commit 0c1c683a48
2 changed files with 5 additions and 3 deletions

View File

@ -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;
}

View File

@ -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