tweak sync parameters for mitsubishi (#4017)

This commit is contained in:
Matthew Kennedy 2022-03-21 16:23:48 -07:00 committed by GitHub
parent cb952a702c
commit c7590305c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void initializeMazdaMiataNaShape(TriggerWaveform *s) {
// nominal gap is 0.325
s->setTriggerSynchronizationGap2(0.1, 0.5);
// nominal gap is ~1.52
s->setSecondTriggerSynchronizationGap2(0.6, 2.3);
s->setSecondTriggerSynchronizationGap2(0.5, 2.3);
s->useRiseEdge = false;