This commit is contained in:
rusefi 2023-04-29 19:28:11 -04:00
parent 808f8cf490
commit 8b25c9e0f3
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include "hellen_meta.h"
#endif // HW_HELLEN
#include "proteus_meta.h"
void setStepperHw() {
engineConfiguration->useStepperIdle = true;
engineConfiguration->useHbridgesToDriveIdleStepper = true;
@ -43,6 +45,9 @@ void setSbc() {
setStepperHw();
// 8 cylinders one coil HEI trigger
engineConfiguration->trigger.type = TT_TOOTHED_WHEEL;
engineConfiguration->trigger.customTotalToothCount = 8;
engineConfiguration->trigger.customSkippedToothCount = 0;
}
void set8chanSbc() {