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