From 6c1174947f5adbe9d0042b257d598c6d8936817e Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 8 Mar 2024 17:50:33 -0500 Subject: [PATCH] ETB duty cycle jitter: only monitoring within this ticket #4833 dead --- firmware/integration/rusefi_config.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index a4bf54fdb4..59b0210148 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -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