Add final debug call for Portduino reboot (#3945)

This commit is contained in:
Jonathan Bennett
2024-05-21 00:09:33 -05:00
committed by GitHub
parent 5f107569f3
commit ed8abea11b

View File

@@ -28,6 +28,7 @@ void powerCommandsCheck()
Serial1.end();
if (screen)
delete screen;
LOG_DEBUG("final reboot!\n");
reboot();
#else
rebootAtMsec = -1;