From ed8abea11bc9fea9863968c663631c56a87fe700 Mon Sep 17 00:00:00 2001 From: Jonathan Bennett Date: Tue, 21 May 2024 00:09:33 -0500 Subject: [PATCH] Add final debug call for Portduino reboot (#3945) --- src/shutdown.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shutdown.h b/src/shutdown.h index 21abba07e..54fb3071b 100644 --- a/src/shutdown.h +++ b/src/shutdown.h @@ -28,6 +28,7 @@ void powerCommandsCheck() Serial1.end(); if (screen) delete screen; + LOG_DEBUG("final reboot!\n"); reboot(); #else rebootAtMsec = -1;