disable mbus requests, fix set cmd
This commit is contained in:
@ -54,8 +54,8 @@ static bool showConfigCmd(uint8_t argc, char **args) {
|
||||
static bool setCmd(uint8_t argc, char **args) {
|
||||
bool retCode = false;
|
||||
|
||||
if (argc >= 1) {
|
||||
if (0 == strcmp("?", args[0])) {
|
||||
if (argc >= 2) {
|
||||
if (0 == strcmp("?", args[1])) {
|
||||
sendString("You can set the following parameters:\n\r");
|
||||
retCode = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user