add timeouts

This commit is contained in:
Edward Emelianov
2026-02-09 21:04:47 +03:00
parent 87683a12e6
commit 3a903d7d8c
7 changed files with 31 additions and 17 deletions

View File

@@ -496,7 +496,7 @@ static errcode_e help(_U_ cmd_e idx, _U_ char* par){
void parse_cmd(char *cmd){
errcode_e ecode = ERR_BADCMD;
// command and its parameter
CMDWRn(cmd);
//CMDWRn(cmd);
char *cmdstart = omit_spaces(cmd), *parstart = NULL;
if(!cmdstart) goto retn;
char *ptr = cmdstart;