well that was painless
This commit is contained in:
parent
ce2362de48
commit
d8efa9ad97
|
@ -1118,6 +1118,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
||||||
can_baudrate_e canBaudRate; set can_baudrate
|
can_baudrate_e canBaudRate; set can_baudrate
|
||||||
uint8_t un1used_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
uint8_t un1used_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
||||||
can_baudrate_e can2BaudRate;
|
can_baudrate_e can2BaudRate;
|
||||||
|
uint8_t unused_former_warmup_target_afr2;;"units", 1, 0, -20, 100, 0
|
||||||
|
|
||||||
uint32_t verboseCan2BaseAddress;;"", 1, 0, 0, 536870911, 0
|
uint32_t verboseCan2BaseAddress;;"", 1, 0, 0, 536870911, 0
|
||||||
bit enableVerboseCan2Tx;+CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast
|
bit enableVerboseCan2Tx;+CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast
|
||||||
|
@ -1131,7 +1132,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
||||||
can_nbc_e can2NbcType;set can_mode X
|
can_nbc_e can2NbcType;set can_mode X
|
||||||
brain_pin_e can2TxPin;set_can2_tx_pin X
|
brain_pin_e can2TxPin;set_can2_tx_pin X
|
||||||
brain_pin_e can2RxPin;set_can2_rx_pin X
|
brain_pin_e can2RxPin;set_can2_rx_pin X
|
||||||
uint8_t[7] unused_former_warmup_target_afr;;"units", 1, 0, -20, 100, 0
|
uint8_t[6] 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
|
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