From 95663fd46e7922cc03e3e10f2319f0ef93f38e0b Mon Sep 17 00:00:00 2001 From: rusefi Date: Mon, 12 Jun 2023 18:17:52 -0400 Subject: [PATCH] fix https://github.com/rusefi/rusefi-hardware/issues/209?! --- pt2001/src/pt2001.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pt2001/src/pt2001.cpp b/pt2001/src/pt2001.cpp index ebbc093..69e3d50 100644 --- a/pt2001/src/pt2001.cpp +++ b/pt2001/src/pt2001.cpp @@ -483,6 +483,9 @@ bool Pt2001Base::restart() { return false; } + clearDriverStatus() + sleepMs(5) + status = readDriverStatus(); status5 = readStatus(0x1A5); status6 = readStatus(0x1A6);