bumping gearRatio range
This commit is contained in:
parent
b23233b411
commit
897f81990f
|
@ -1445,7 +1445,7 @@ tChargeMode_e tChargeMode;
|
|||
|
||||
output_pin_e[4 iterate] stepper_raw_output;
|
||||
|
||||
uint16_t[GEARS_COUNT iterate] autoscale gearRatio;;"ratio", 0.01, 0, 0, 10, 2
|
||||
uint16_t[GEARS_COUNT iterate] autoscale gearRatio;;"ratio", 0.01, 0, 0, 30, 2
|
||||
|
||||
uint16_t vvtActivationDelayMs;We need to give engine time to build oil pressure without diverting it to VVT;"ms", 1, 0, 0, 65000, 0
|
||||
|
||||
|
|
Loading…
Reference in New Issue