mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-03 03:37:48 +00:00
ESP32-Console
This commit is contained in:
@@ -126,7 +126,7 @@ static void register_gpio (void) {
|
|||||||
.command = "GPIO",
|
.command = "GPIO",
|
||||||
.help = "Sets/Gets GPIOs",
|
.help = "Sets/Gets GPIOs",
|
||||||
.hint = NULL,
|
.hint = NULL,
|
||||||
.func = &exec,
|
.func = &exec_gpio_cmd,
|
||||||
.argtable = &gpio_args
|
.argtable = &gpio_args
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user