This commit is contained in:
rusefillc 2021-12-29 16:18:21 -05:00
parent cf26088594
commit 860f2f96f9
1 changed files with 2 additions and 0 deletions

View File

@ -462,7 +462,9 @@ void handleShaftSignal(int signalIndex, bool isRising, efitick_t timestamp) {
#if EFI_TOOTH_LOGGER
if (logLogicState) {
// first log rising normally
LogTriggerTooth(signal, timestamp);
// in 'logLogicState' mode we log opposite front right after logical rising away
if (signal == SHAFT_PRIMARY_RISING) {
LogTriggerTooth(SHAFT_PRIMARY_FALLING, timestamp);
} else {