do not control VVT during cranking #3443
This commit is contained in:
parent
64fb4a41c1
commit
506cf9b746
|
@ -1498,7 +1498,10 @@ int8_t[MAX_CYLINDER_COUNT iterate] fuelTrim;;"Percent", @@PERCENT_TRIM_BYTE_PACK
|
|||
|
||||
uint16_t[GEARS_COUNT iterate] autoscale gearRatio;;"ratio", 0.01, 0, 0, 650, 0
|
||||
|
||||
int[95] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
uint16_t vvtActivationDelayMs;We need to give engine time to build oil pressure without diverting it to VVT;"ms", 1, 0, 0, 65000, 0
|
||||
uint16_t unusedShort;;"RPM", 1, 0, 0, 65000, 0
|
||||
|
||||
int[94] mainUnusedEnd;;"units", 1, 0, 0, 1, 0
|
||||
|
||||
! end of engine_configuration_s
|
||||
end_struct
|
||||
|
|
|
@ -2950,6 +2950,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
|
|||
panel = stftPartitionSettingsOverrun, {fuelClosedLoopCorrectionEnabled == 1}
|
||||
|
||||
dialog = vvtPidDialog0, "Configuration"
|
||||
field = vvtActivationDelayMs, vvtActivationDelayMs
|
||||
commandButton = "Enable VVT#1 debug mode", cmd_test_debug_mode_vvt
|
||||
field = "VVT solenoid bank 1 intake", vvtPins1
|
||||
field = "VVT solenoid bank 1 exhaust", vvtPins2
|
||||
|
|
Loading…
Reference in New Issue