cmd handler stuff

This commit is contained in:
2020-11-16 15:42:30 +01:00
parent 2266ce6f7e
commit 4a71801170

View File

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