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