Subaru EZ30 tdcPosition is now 240
This commit is contained in:
parent
20f39dd70b
commit
033c2e2bb9
|
@ -43,6 +43,7 @@ Release template (copy/paste this for new release):
|
||||||
- 50/83.3/125kbit CAN #5072
|
- 50/83.3/125kbit CAN #5072
|
||||||
- console creates new log file every 100 ms #5112
|
- console creates new log file every 100 ms #5112
|
||||||
- CAN bus AFR value inverted #5160
|
- CAN bus AFR value inverted #5160
|
||||||
|
- Subaru EZ30 tdcPosition is now 240
|
||||||
|
|
||||||
## February 2023 Release - "Day 346"
|
## February 2023 Release - "Day 346"
|
||||||
|
|
||||||
|
|
|
@ -62,6 +62,8 @@ void initialize36_2_2_2(TriggerWaveform *s) {
|
||||||
void initializeSubaruEZ30(TriggerWaveform *s) {
|
void initializeSubaruEZ30(TriggerWaveform *s) {
|
||||||
initialize_one_of_36_2_2_2(s, 18, 9, /*knownOperationModeHack*/false);
|
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*/0, 0.25, 0.5);
|
||||||
s->setTriggerSynchronizationGap3(/*gapIndex*/1, 0.7, 1.5);
|
s->setTriggerSynchronizationGap3(/*gapIndex*/1, 0.7, 1.5);
|
||||||
s->setTriggerSynchronizationGap3(/*gapIndex*/2, 2, 4);
|
s->setTriggerSynchronizationGap3(/*gapIndex*/2, 2, 4);
|
||||||
|
|
Loading…
Reference in New Issue