Add the idle up amount to the dialog. Fixes #196

This commit is contained in:
Josh Stewart 2019-02-11 17:13:30 +11:00
parent 631867dec2
commit 358c6bfcfc
1 changed files with 3 additions and 1 deletions

View File

@ -1357,6 +1357,7 @@ menuDialog = main
iacCLmaxDuty= "When using closed loop idle control, this is the maximum duty cycle that the PID loop will allow. Combined with the minimum value, this specifies the working range of your idle valve"
iacFastTemp = "Below this temperature, the idle output will be high (On). Above this temperature, it will turn off."
idleUpPolarity = "Normal polarity is a ground switch where an earthed signal activates the Idle Up. The internal pullup will be enabled with Normal polarity. \n Inverted may be used if a 5v signal is used to enable the Idle Up."
idleUpAdder = "The amount (In either Duty Cycle % or Steps (Depending on the idle control method in use), that the idle control will increase by when Idle Up is active"
oddfire2 = "The ATDC angle of channel 2 for oddfire engines. This is relative to the TDC angle of channel 1"
oddfire3 = "The ATDC angle of channel 3 for oddfire engines. This is relative to the TDC angle of channel 1 (NOT channel 2)"
@ -1747,7 +1748,8 @@ menuDialog = main
dialog = idleUpSettings, "Idle Up Settings"
field = "Idle Up Enabled", idleUpEnabled
field = "Idle Up Pin", idleUpPin, { idleUpEnabled }
field = "Idle Up Polarity", idleUpPolarity, { idleUpEnabled }
field = "Idle Up Pin Polarity", idleUpPolarity, { idleUpEnabled }
field = "Idle Up Amount", idleUpAdder, { idleUpEnabled }
dialog = fuelpump, "Fuel pump"
field = "Fuel pump pin", fuelPumpPin