mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 19:20:41 +00:00
Add final debug call for Portduino reboot (#3945)
This commit is contained in:
@@ -28,6 +28,7 @@ void powerCommandsCheck()
|
||||
Serial1.end();
|
||||
if (screen)
|
||||
delete screen;
|
||||
LOG_DEBUG("final reboot!\n");
|
||||
reboot();
|
||||
#else
|
||||
rebootAtMsec = -1;
|
||||
|
||||
Reference in New Issue
Block a user