raising benchTestCount limit
This commit is contained in:
parent
800752d389
commit
8572cdecd6
|
@ -1168,7 +1168,7 @@ int16_t tps2Max;Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\
|
|||
bit kLineDoHondaSend
|
||||
bit unused1129
|
||||
bit unused1130
|
||||
uint8_t benchTestCount;How many test bench pulses do you want;"", 1, 0, 0, 250, 0
|
||||
uint8_t unusedHere
|
||||
uint16_t autoscale benchTestOnTime;Duration of each test pulse;"ms", 0.01, 0, 0, 100, 2
|
||||
pin_input_mode_e launchActivatePinMode;
|
||||
Gpio can2TxPin;set_can2_tx_pin X
|
||||
|
@ -1524,7 +1524,9 @@ pin_input_mode_e[LUA_DIGITAL_INPUT_COUNT iterate] luaDigitalInputPinModes;
|
|||
uint16_t autoscale benchTestOffTime;Time between bench test pulses;"ms", 0.1, 0, 0, 2000, 1
|
||||
uint8_t autoscale boostCutPressureHyst;Hysterisis: if hard cut is 240kpa, and boostCutPressureHyst is 20, when the ECU sees 240kpa, fuel/ign will cut, and stay cut until 240-20=220kpa is reached;"kPa (absolute)", 0.5, 0, 0, 125, 1
|
||||
uint8_t[GEARS_COUNT iterate] autoscale gearBasedOpenLoopBoostAdder;Boost duty cycle added by gear;"%", 0.5, 0, 0, 100, 1
|
||||
uint8_t[23] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
|
||||
uint32_t benchTestCount;How many test bench pulses do you want;"", 1, 0, 0, 10000000, 0
|
||||
uint8_t[16] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
|
||||
! end of engine_configuration_s
|
||||
end_struct
|
||||
|
|
Loading…
Reference in New Issue