From 065ed8f653ae31b716bcee3fbc835d61ca5a1121 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 12 Dec 2023 21:12:45 -0500 Subject: [PATCH] explicit GDI not Restarting until we see VBatt --- pt2001/src/pt2001.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pt2001/src/pt2001.cpp b/pt2001/src/pt2001.cpp index d480d02..5a1f2ae 100644 --- a/pt2001/src/pt2001.cpp +++ b/pt2001/src/pt2001.cpp @@ -422,7 +422,7 @@ bool Pt2001Base::restart() { deselect(); if (getVbatt() < 8) { - // efiPrintf("GDI not Restarting until we see VBatt"); + onError("GDI not Restarting until we see VBatt"); return false; }