ETB duty cycle jitter #4833
This commit is contained in:
parent
e81d24d6a7
commit
6a77c6136c
|
@ -1349,7 +1349,7 @@ custom stepper_num_micro_steps_e 1 bits, U08, @OFFSET@, [0:3], @@stepper_num_mic
|
|||
|
||||
int8_t launchFuelAdderPercent
|
||||
int8_t[3 iterate] sorryUnused
|
||||
int8_t[4 iterate] sorryUnusedF
|
||||
float etbDutyThreshold
|
||||
|
||||
int16_t coastingFuelCutRpmHigh;This sets the RPM above which fuel cut is active.;"rpm", 1, 0, 0, 5000, 0
|
||||
int16_t coastingFuelCutRpmLow;This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle;"rpm", 1, 0, 0, 5000, 0
|
||||
|
@ -1537,7 +1537,8 @@ uint16_t tuneHidingKey;;"", 1, 0, 0, 20000, 0
|
|||
#define HIGH_SPEED_COUNT 32
|
||||
uint16_t[HIGH_SPEED_COUNT] highSpeedOffsets;;"", 1.0000, 0.00000,0.00,65535, 0, noMsqSave
|
||||
|
||||
uint8_t[160] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
float etbDutyShutdownThreshold
|
||||
uint8_t[156] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
|
||||
! end of engine_configuration_s
|
||||
end_struct
|
||||
|
|
|
@ -4137,6 +4137,8 @@ dialog = tcuControls, "Transmission Settings"
|
|||
field = "boardUseD4PullDown", boardUseD4PullDown
|
||||
field = "boardUseD5PullDown", boardUseD5PullDown
|
||||
field = "SENT input 1", sentInputPins1
|
||||
field = "etbDutyThreshold", etbDutyThreshold
|
||||
field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold
|
||||
|
||||
dialog = parkingLot, "Experimental/Broken"
|
||||
field = "I understand ECU Locking", yesUnderstandLocking
|
||||
|
|
Loading…
Reference in New Issue