M62T vanos support #2243

bugfix - vvt .ini
This commit is contained in:
rusefillc 2021-02-10 18:55:24 -05:00
parent 3cca8df571
commit 17e12f780f
1 changed files with 3 additions and 3 deletions

View File

@ -1804,9 +1804,9 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "!https://rusefi.com/s/vvt" field = "!https://rusefi.com/s/vvt"
; todo: code generator to hard-code all triggers not requiring VVT? ; todo: code generator to hard-code all triggers not requiring VVT?
; todo: https://github.com/rusefi/rusefi/issues/2077 ; todo: https://github.com/rusefi/rusefi/issues/2077
field = "CAM/VVT mode shaft #1", vvtMode, {trigger_type != TT_TT_MAZDA_MIATA_NA} field = "CAM/VVT mode shaft #1", vvtMode1, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@}
field = "VVT mode shaft #2", secondVvtMode, {trigger_type != TT_TT_MAZDA_MIATA_NA} field = "VVT mode shaft #2", vvtMode2, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@}
field = "VVT use rise front", vvtCamSensorUseRise, {trigger_type != TT_TT_MAZDA_MIATA_NA} field = "VVT use rise front", vvtCamSensorUseRise, {trigger_type != @@TT_TT_MAZDA_MIATA_NA@@}
field = "VVT position display offset", vvtOffset field = "VVT position display offset", vvtOffset
field = "print verbose VVT sync details to console",verboseVVTDecoding field = "print verbose VVT sync details to console",verboseVVTDecoding
field = "Do not print messages in case of sync error", silentTriggerError field = "Do not print messages in case of sync error", silentTriggerError