cmd handler stuff

This commit is contained in:
Wolfgang Hottgenroth 2020-11-16 15:42:30 +01:00
parent 2266ce6f7e
commit 4a71801170
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -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")) {