idle threshold tooltip (#3670)
This commit is contained in:
parent
2d05d51cf8
commit
0e1b690be3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue