changeDevie
This commit is contained in:
parent
29fcdb3e41
commit
232db9cb36
@ -226,7 +226,7 @@ static bool addDeviceCmd(uint8_t argc, char **args) {
|
||||
}
|
||||
|
||||
static bool changeDeviceCmd(uint8_t argc, char **args) {
|
||||
if (strcmp(args[1], "help")) {
|
||||
if (strcmp(args[1], "help") == 0) {
|
||||
sendString("First argument: index of device in list\n\r");
|
||||
sendFormatString("Between 0 and %d\n\r", getConfig()->numOfDeviceBlocks);
|
||||
sendString("For further arguments use a * to keep the value\n\r");
|
||||
|
Loading…
x
Reference in New Issue
Block a user