fixed some config errors
This commit is contained in:
parent
4e3637641b
commit
aa09f4015e
|
@ -829,12 +829,12 @@ custom maf_sensor_type_e 4 bits, S32, @OFFSET@, [0:1], @@maf_sensor_type_e_enum@
|
|||
bit showHumanReadableWarning
|
||||
bit stftIgnoreErrorMagnitude;+If enabled, adjust at a constant rate instead of a rate proportional to the current lambda error. This mode may be easier to tune, and more tolerant of sensor noise. Use of this mode is required if you have a narrowband O2 sensor.;
|
||||
bit dcMotorIdleValve;+Used on some German vehicles around late 90s: cable-operated throttle and DC motor idle air valve.\nSet the primary TPS to the cable-operated throttle's sensor\nSet the secondary TPS to the mini ETB's position sensor(s).
|
||||
brain_pin_e can2TxPin;set_can2_tx_pin X
|
||||
brain_pin_e can2RxPin;set_can2_rx_pin X
|
||||
bit enableVerboseCan2Tx;+CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast
|
||||
can_nbc_e can2NbcType;set can_mode X
|
||||
bit can2ReadEnabled;enable can_read/disable can_read
|
||||
bit can2WriteEnabled;enable can_write/disable can_write
|
||||
bit unusedBit_251_12
|
||||
bit unusedBit_251_13
|
||||
bit unusedBit_251_14
|
||||
bit unusedBit_251_15
|
||||
bit unusedBit_251_16
|
||||
bit unusedBit_251_17
|
||||
bit unusedBit_251_18
|
||||
bit unusedBit_251_19
|
||||
bit unusedBit_251_20
|
||||
|
@ -1104,10 +1104,14 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
|
||||
uint32_t verboseCan2BaseAddress;;"", 1, 0, 0, 536870911, 0
|
||||
can_baudrate_e can2BaudRate; set can2_baudrate
|
||||
bit unusedBit_251_30
|
||||
bit unusedBit_251_31
|
||||
bit unusedBit_251_32
|
||||
int[31] unused_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
||||
bit enableVerboseCan2Tx;+CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast
|
||||
bit can2ReadEnabled;enable can_read/disable can_read
|
||||
bit can2WriteEnabled;enable can_write/disable can_write
|
||||
can_nbc_e can2NbcType;set can_mode X
|
||||
brain_pin_e can2TxPin;set_can2_tx_pin X
|
||||
brain_pin_e can2RxPin;set_can2_rx_pin X
|
||||
uint8_t unused1108;;"units", 1, 0, -20, 100, 0
|
||||
uint32_t[3] unused_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
||||
|
||||
float boostCutPressure;kPa value at which we need to cut fuel and spark, 0 if not enabled;"kPa", 1, 0, 0, 500, 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue