only:Nissan HR crank trigger wheel fix #6773
This commit is contained in:
parent
11b223a170
commit
5b89d8de98
|
@ -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
|
||||
|
|
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue