Subaru EZ30 tdcPosition is now 240
This commit is contained in:
rusefi 2023-03-11 10:15:47 -05:00
parent 20f39dd70b
commit 033c2e2bb9
2 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,7 @@ Release template (copy/paste this for new release):
- 50/83.3/125kbit CAN #5072
- console creates new log file every 100 ms #5112
- CAN bus AFR value inverted #5160
- Subaru EZ30 tdcPosition is now 240
## February 2023 Release - "Day 346"

View File

@ -62,6 +62,8 @@ void initialize36_2_2_2(TriggerWaveform *s) {
void initializeSubaruEZ30(TriggerWaveform *s) {
initialize_one_of_36_2_2_2(s, 18, 9, /*knownOperationModeHack*/false);
s->tdcPosition = 240;
s->setTriggerSynchronizationGap3(/*gapIndex*/0, 0.25, 0.5);
s->setTriggerSynchronizationGap3(/*gapIndex*/1, 0.7, 1.5);
s->setTriggerSynchronizationGap3(/*gapIndex*/2, 2, 4);