Skip to content

Commit

Permalink
An option to disable semi-random ignition rusefi#4151
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed May 8, 2022
1 parent 84f7509 commit c2763e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/integration/rusefi_config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@ bit flexCranking;Enable a second cranking table to use for E100 flex fuel, inter
bit useIacPidMultTable;+This flag allows to use a special 'PID Multiplier' table (0.0-1.0) to compensate for nonlinear nature of IAC-RPM controller
bit isBoostControlEnabled
bit launchSmoothRetard;+Interpolates the Ignition Retard from 0 to 100% within the RPM Range
bit unused1476b20
bit isPhaseSyncRequiredForIgnition;Some engines are OK running semi-random sequential while other engine require phase synchronization
bit unused1476b8
bit unused_1484_bit_24
bit unused_1484_bit_25
Expand Down
1 change: 1 addition & 0 deletions firmware/tunerstudio/rusefi.input
Original file line number Diff line number Diff line change
Expand Up @@ -1991,6 +1991,7 @@ cmd_set_engine_type_default = "@@TS_IO_TEST_COMMAND_char@@\x00\x31\x00\x00"
field = "VVT offset bank 1 exhaust", vvtOffsets2, { camInputs2 != 0 }
field = "VVT offset bank 2 intake", vvtOffsets3, { camInputs3 != 0 }
field = "VVT offset bank 2 exhaust", vvtOffsets4, { camInputs4 != 0 }
field = "Require CAM/VVT sync for ignition", isPhaseSyncRequiredForIgnition
field = "Print verbose VVT sync details to console",verboseVVTDecoding
field = "Print verbose trigger sync to console", verboseTriggerSynchDetails
field = "Do not print messages in case of sync error", silentTriggerError
Expand Down

0 comments on commit c2763e8

Please sign in to comment.