added reboot-command
This commit is contained in:
@@ -189,6 +189,8 @@ void processCmdDebug(String command)
|
||||
// Check the received command and execute corresponding actions
|
||||
if (command == "help")
|
||||
Debug_printHelp();
|
||||
else if (command == "reboot")
|
||||
globals.systemStatus = sysStat_Shutdown;
|
||||
else if (command == "sysinfo")
|
||||
Debug_printSystemInfo();
|
||||
else if (command == "netinfo")
|
||||
|
Reference in New Issue
Block a user