CAM sensor simulator #5640

This commit is contained in:
rusefillc 2023-10-25 18:05:48 -04:00
parent 2cc18acd24
commit 33f4f39b6d
1 changed files with 4 additions and 0 deletions

View File

@ -108,6 +108,10 @@ void setDefaultBaseEngine() {
// Trigger // Trigger
engineConfiguration->trigger.type = trigger_type_e::TT_TOOTHED_WHEEL_60_2; engineConfiguration->trigger.type = trigger_type_e::TT_TOOTHED_WHEEL_60_2;
#if EFI_SIMULATOR
engineConfiguration->vvtMode[0] = VVT_SINGLE_TOOTH;
#endif // EFI_SIMULATOR
engineConfiguration->globalTriggerAngleOffset = 0; engineConfiguration->globalTriggerAngleOffset = 0;
// Default this to on - if you want to diagnose, turn it off. // Default this to on - if you want to diagnose, turn it off.