cmd handler stuff
This commit is contained in:
parent
2266ce6f7e
commit
4a71801170
@ -106,6 +106,7 @@ int8_t cmdExecuteCommand(uint8_t *cmd, bool resetConfigMode) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
send(CMD_SOCK, command.help, strlen(command.help));
|
send(CMD_SOCK, command.help, strlen(command.help));
|
||||||
|
cmdIdx++;
|
||||||
}
|
}
|
||||||
messageToSend = NULL;
|
messageToSend = NULL;
|
||||||
} else if (0 == strcmp(cmd, "enable")) {
|
} else if (0 == strcmp(cmd, "enable")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user