mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-23 09:06:02 +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();
|
||||
if (screen)
|
||||
delete screen;
|
||||
LOG_DEBUG("final reboot!\n");
|
||||
reboot();
|
||||
#else
|
||||
rebootAtMsec = -1;
|
||||
|
Loading…
Reference in New Issue
Block a user