ETB duty cycle jitter: only monitoring within this ticket

#4833

dead
This commit is contained in:
rusefillc 2024-03-08 17:50:33 -05:00
parent 039ac12778
commit 6c1174947f
1 changed files with 12 additions and 2 deletions

View File

@ -1367,7 +1367,7 @@ custom stepper_num_micro_steps_e 1 bits, U08, @OFFSET@, [0:3], @@stepper_num_mic
int8_t launchFuelAdderPercent;;"%", 1, 0, 0, 100, 0
uint8_t autoscale etbJamTimeout;Time required to detect a stuck throttle.;"sec", 0.02, 0, 0, 5, 2
uint16_t etbExpAverageLength;By the way ETB PID runs at 500hz, length in 1/500 of second here.
float etbDutyThreshold
float unused645646
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
@ -1565,7 +1565,7 @@ 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
float etbDutyShutdownThreshold
float unused3124141
#define fuel_pressure_sensor_mode_e_enum "Absolute", "Gauge", "Differential", "INVALID"
custom fuel_pressure_sensor_mode_e 1 bits, U08, @OFFSET@, [0:1], @@fuel_pressure_sensor_mode_e_enum@@
@ -2324,6 +2324,16 @@ end_struct
#define ts_show_spi2_pins true
#define ts_show_spi3_pins true
#define ts_show_tps2 true
#define ts_show_starter_disable true
#define ts_show_fuel_pump true
#define ts_show_status_leds true
#define ts_show_idle_hardware true
#define ts_show_hd true
#define ts_show_odd_fire true
#define ts_show_rotary true
#define ts_show_tcu false
#define ts_show_gdi false
#define ts_show_air_conditioning true
#define ts_show_onboard_accelerometer false
#define ts_show_vvt_output true
! LAME! todo make this way less lame