Add final debug call for Portduino reboot (#3945)
This commit is contained in:
co-authored by
GitHub
parent
5f107569f3
commit
ed8abea11b
@@ -28,6 +28,7 @@ void powerCommandsCheck()
|
|||||||
Serial1.end();
|
Serial1.end();
|
||||||
if (screen)
|
if (screen)
|
||||||
delete screen;
|
delete screen;
|
||||||
|
LOG_DEBUG("final reboot!\n");
|
||||||
reboot();
|
reboot();
|
||||||
#else
|
#else
|
||||||
rebootAtMsec = -1;
|
rebootAtMsec = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user