config typos
This commit is contained in:
parent
710ceca7db
commit
22477db9f8
|
@ -1085,7 +1085,7 @@ custom pin_mode_e 1 bits, U08, @OFFSET@, [0:6], @@pin_mode_e_enum@@
|
|||
pid_s alternatorControl;
|
||||
pid_s etb;
|
||||
Gpio[TRIGGER_INPUT_PIN_COUNT iterate] triggerInputDebugPins;
|
||||
int16_t airTaperRpmRange;RPM range above upper limit for extra air taper,"RPM", 1, 0, 0, 1500, 0
|
||||
int16_t airTaperRpmRange;RPM range above upper limit for extra air taper;"RPM", 1, 0, 0, 1500, 0
|
||||
brain_input_pin_e turboSpeedSensorInputPin;
|
||||
int16_t tps2Min;Closed throttle#2. todo: extract these two fields into a structure\nSee also tps2_1AdcChannel\nset tps2_min X;"ADC", 1, 0, 0, 1023, 0
|
||||
int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\nSee also tps1_1AdcChannel\nset tps2_max X;"ADC", 1, 0, 0, 1023, 0
|
||||
|
@ -1206,7 +1206,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
float mapHighValueVoltage;MAP voltage for low point;"v", 1, 0, 0, 10, 2
|
||||
float egoValueShift;EGO value correction;"value", 1, 0, -10, 10, 2
|
||||
|
||||
output_pin_e[CAM_INPUTS_COUNT iterate] vvtPins;VVT output\nTODO: rename to vvtOutputs
|
||||
output_pin_e[CAM_INPUTS_COUNT iterate] vvtPins;VVT output solenoid pin for this cam
|
||||
|
||||
pin_output_mode_e sdCardCsPinMode;
|
||||
|
||||
|
@ -1298,12 +1298,12 @@ custom stepper_num_micro_steps_e 1 bits, U08, @OFFSET@, [0:3], @@stepper_num_mic
|
|||
pin_output_mode_e tle8888_csPinMode;
|
||||
Gpio mc33816_cs;
|
||||
|
||||
float auxFrequencyFilter
|
||||
float auxFrequencyFilter;;"hz", 1, 0, 0, 100, 1
|
||||
int16_t vvtControlMinRpm;;"RPM", 1, 0, 0, 3000, 0
|
||||
|
||||
sent_input_pin_e[SENT_INPUT_COUNT iterate] sentInputPins;
|
||||
|
||||
int8_t launchFuelAdderPercent
|
||||
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
|
||||
|
@ -1427,7 +1427,7 @@ tChargeMode_e tChargeMode;
|
|||
uint8_t hpfpMinAngle;If the requested activation time is below this angle, don't bother running the pump;"deg", 1, 0, 0, 255, 0
|
||||
uint16_t autoscale hpfpPumpVolume;Size of the pump chamber in cc. Typical Bosch HDP5 has a 9.0mm diameter, typical BMW N* stroke is 4.4mm.;"cc", 0.001, 0, 0, 65, 3
|
||||
uint8_t hpfpActivationAngle;How long to keep the valve activated (in order to allow the pump to build pressure and keep the valve open on its own);"deg", 1, 0, 0, 255, 0
|
||||
uint8_t issFilterReciprocal
|
||||
uint8_t issFilterReciprocal;;"", 1, 0, 0, 255, 0
|
||||
uint16_t autoscale hpfpPidP;;"%/kPa", 0.001, 0, 0, 65, 3
|
||||
uint16_t autoscale hpfpPidI;;"%/kPa/lobe", 0.00001, 0, 0, 0.65, 5
|
||||
uint16_t hpfpTargetDecay;The fastest rate the target pressure can be reduced by. This is because HPFP have no way to bleed off pressure other than injecting fuel.;"kPa/s", 1, 0, 0, 65000, 0
|
||||
|
@ -1511,7 +1511,7 @@ int16_t ALSMaxDuration;;"sec", 1, 0, 0, 10, 0
|
|||
int8_t ALSMaxCLT;;"C", 1, 0, 0, 105, 0
|
||||
uint8_t alsMinTimeBetween;;"", 1, 0, 0, 20000, 0
|
||||
uint8_t alsEtbPosition;;"", 1, 0, 0, 20000, 0
|
||||
uint8_t acRelayAlternatorDutyAdder
|
||||
uint8_t acRelayAlternatorDutyAdder;;"%", 1, 0, 0, 100, 0
|
||||
SentEtbType sentEtbType
|
||||
uint16_t customSentTpsMin
|
||||
int ALSIdleAdd;;"%", 1, 0, 0, 100, 2
|
||||
|
|
Loading…
Reference in New Issue