only:Nissan HR crank trigger wheel fix #6773

This commit is contained in:
Andrey 2024-08-06 19:24:46 -04:00
parent 11b223a170
commit 5b89d8de98
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ Release template (copy/paste this for new release):
- Full layout vs tuning layout #5154
- Usability: turn on boost controller without ECU power cycle #6761
- Knock frequency inputs to be bore diameter and checkbox #6767
- Nissan HR crank trigger wheel #6773
### Fixed
- knock logic not activated until any configuration change via TS #6462

View File

@ -192,6 +192,7 @@ void initializeNissanMRvvt(TriggerWaveform *s) {
void initializeNissanHRcrank(TriggerWaveform *s) {
size_t count = 9;
initialize_one_of_36_2_2_2(s, count, 36 - count - 7);
s->tdcPosition = 55;
s->setTriggerSynchronizationGap3(/*gapIndex*/0, 2.25, 4.2);
for (size_t i = 1 ; i < count ; i++) {