mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 17:32:18 +00:00
Add final debug call for Portduino reboot (#3945)
This commit is contained in:
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user