diff --git a/cube/User/Src/cmdHandler.c b/cube/User/Src/cmdHandler.c index 72d356d..a5f7895 100644 --- a/cube/User/Src/cmdHandler.c +++ b/cube/User/Src/cmdHandler.c @@ -72,7 +72,6 @@ int8_t cmdExecuteCommand(uint8_t *cmd, bool resetConfigMode) { retCode = -1; } else if (0 == strcmp(cmd, "help")) { messageToSend = HELP_MSG; - retCode = -1; } else if (0 == strcmp(cmd, "enable")) { coloredMsg(LOG_YELLOW, "cec, enable config mode"); configMode = true;