From 52e8b7efc99eed3237d49837e5e1fd295e996c82 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Wed, 31 Aug 2016 13:52:23 +1000 Subject: [PATCH] Correct condition on missing tooth decoder that could leave the filter in an recoverable state --- decoders.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/decoders.ino b/decoders.ino index b8a315a7..42e454a0 100644 --- a/decoders.ino +++ b/decoders.ino @@ -111,6 +111,7 @@ void triggerPri_missingTooth() toothOneTime = curTime; currentStatus.hasSync = true; startRevolutions++; //Counter + triggerFilterTime = 0; //This is used to prevent a condition where serious intermitent signals (Eg someone furiously plugging the sensor wire in and out) can leave the filter in an unrecoverable state } else {