auto-sync
This commit is contained in:
parent
890c2aa836
commit
1b01c93bb8
|
@ -611,7 +611,7 @@ fileVersion = { 20141103 }
|
||||||
subMenu = std_separator
|
subMenu = std_separator
|
||||||
subMenu = ignitionTableTbl, "Ignition Table"
|
subMenu = ignitionTableTbl, "Ignition Table"
|
||||||
subMenu = std_separator
|
subMenu = std_separator
|
||||||
subMenu = otherSettings
|
; subMenu = otherSettings
|
||||||
|
|
||||||
menu = "3D Map Tuning"
|
menu = "3D Map Tuning"
|
||||||
; subMenu = std_realtime, "Realtime Display"
|
; subMenu = std_realtime, "Realtime Display"
|
||||||
|
@ -821,6 +821,8 @@ fileVersion = { 20141103 }
|
||||||
field = "Ignition Pin 2", ignitionPin2, {IgnitionMode != 0 && nCylinders > 1}
|
field = "Ignition Pin 2", ignitionPin2, {IgnitionMode != 0 && nCylinders > 1}
|
||||||
field = "Ignition Pin 3", ignitionPin3, {IgnitionMode != 0 && nCylinders > 2}
|
field = "Ignition Pin 3", ignitionPin3, {IgnitionMode != 0 && nCylinders > 2}
|
||||||
field = "Ignition Pin 4", ignitionPin4, {IgnitionMode != 0 && nCylinders > 3}
|
field = "Ignition Pin 4", ignitionPin4, {IgnitionMode != 0 && nCylinders > 3}
|
||||||
|
field = "Ignition Pin 5", ignitionPin4, {IgnitionMode != 0 && nCylinders > 4}
|
||||||
|
field = "Ignition Pin 6", ignitionPin4, {IgnitionMode != 0 && nCylinders > 5}
|
||||||
|
|
||||||
dialog = otherOutputs, "Board outputs"
|
dialog = otherOutputs, "Board outputs"
|
||||||
field = "Fuel Pump Pin Mode", fuelPumpPinMode
|
field = "Fuel Pump Pin Mode", fuelPumpPinMode
|
||||||
|
@ -923,3 +925,6 @@ fileVersion = { 20141103 }
|
||||||
field = ""
|
field = ""
|
||||||
field = "Charge Angle", crankingChargeAngle
|
field = "Charge Angle", crankingChargeAngle
|
||||||
field = "Advance during cranking", crankingTimingAngle
|
field = "Advance during cranking", crankingTimingAngle
|
||||||
|
field = "use constant cranking dwell?", useConstantDwellDuringCranking
|
||||||
|
field = "ignitionDwellForCrankingMs", ignitionDwellForCrankingMs
|
||||||
|
|
Loading…
Reference in New Issue