mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:30:52 +00:00
ESP32-Console
This commit is contained in:
@@ -107,7 +107,7 @@ static int exec_gpio_reset_cmd(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
static void register_gpio_reset(void) {
|
static void register_gpio_reset_cmd(void) {
|
||||||
gpio_set_args.gpio = arg_int0("p", "pin", "<pin>", "Specifies GPIO to reset.");
|
gpio_set_args.gpio = arg_int0("p", "pin", "<pin>", "Specifies GPIO to reset.");
|
||||||
gpio_set_args.mode = arg_str0("r", "reset", NULL, "Resets the GPIO configuration.");
|
gpio_set_args.mode = arg_str0("r", "reset", NULL, "Resets the GPIO configuration.");
|
||||||
gpio_set_args.level = NULL;
|
gpio_set_args.level = NULL;
|
||||||
|
Reference in New Issue
Block a user