From 0e1b690be3f3c562880058f8dc65a5e8460958b0 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Tue, 7 Dec 2021 16:15:30 -0800 Subject: [PATCH] idle threshold tooltip (#3670) --- firmware/integration/rusefi_config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/integration/rusefi_config.txt b/firmware/integration/rusefi_config.txt index 1dda021007..6ba8082dd9 100644 --- a/firmware/integration/rusefi_config.txt +++ b/firmware/integration/rusefi_config.txt @@ -810,7 +810,7 @@ custom uart_device_e 1 bits, U08, @OFFSET@, [0:1], "Off", "UART1", "UART2", "UAR switch_input_pin_e startStopButtonPin;See also starterControlPin int mapMinBufferLength;+This many MAP samples are used to estimate the current MAP. This many samples are considered, and the minimum taken. Recommended value is 1 for single-throttle engines, and your number of cylinders for individual throttle bodies.;"count", 1, 0, 1, 24, 0 - int16_t idlePidDeactivationTpsThreshold;+Below this throttle position, the engine is considered idling.;"%", 1, 0, 0, 50, 0 + int16_t idlePidDeactivationTpsThreshold;+Below this throttle position, the engine is considered idling. If you have an electronic throttle, this checks accelerator pedal position instead of throttle position, and should be set to 1-2%.;"%", 1, 0, 0, 50, 0 int16_t stepperParkingExtraSteps;;"%", 1, 0, 0, 3000, 0 uint16_t tps1SecondaryMin;;"ADC", 1, 0, 0, 1000, 0 uint16_t tps1SecondaryMax;;"ADC", 1, 0, 0, 1000, 0