Add fuel adder to launch #4777

only UI for now
This commit is contained in:
rusefi 2022-11-13 18:46:37 -05:00
parent 7dbbc63973
commit 3f4165fc17
2 changed files with 3 additions and 1 deletions

View File

@ -1347,7 +1347,8 @@ custom stepper_num_micro_steps_e 1 bits, U08, @OFFSET@, [0:3], @@stepper_num_mic
brain_input_pin_e[SENT_INPUT_COUNT iterate] sentInputPins;
Gpio[2 iterate] sorryUnused
int8_t launchFuelAdderPercent
int8_t[3 iterate] sorryUnused
float sentErrorRate
int16_t coastingFuelCutRpmHigh;This sets the RPM above which fuel cut is active.;"rpm", 1, 0, 0, 5000, 0

View File

@ -4071,6 +4071,7 @@ dialog = tcuControls, "Transmission Settings"
field = "TPS Threshold", launchTpsThreshold, {launchControlEnabled == 1}
field = "Ignition Retard enable", enableLaunchRetard, {launchControlEnabled == 1}
field = "Ignition Retard", launchTimingRetard, {launchControlEnabled == 1 && enableLaunchRetard == 1}
field = "Fuel Added %", launchFuelAdderPercent, {launchControlEnabled == 1}
field = "Ignition Retard RPM Adder", launchTimingRpmRange, {launchControlEnabled == 1 && enableLaunchRetard == 1}
field = "Smooth Retard Mode", launchSmoothRetard, {launchControlEnabled == 1 && enableLaunchRetard == 1}
field = "Hard Cut Mode"