mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 22:15:51 +00:00
ESP32-Console
This commit is contained in:
@@ -111,7 +111,7 @@ static int exec_gpio_reset_cmd(int argc, char **argv) {
|
|||||||
}
|
}
|
||||||
static void register_gpio_reset(void) {
|
static void register_gpio_reset(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 = NULL;
|
gpio_set_args.mode = arg_str0("r", "reset", NULL, "Resets the GPIO configuration.");
|
||||||
gpio_set_args.level = NULL;
|
gpio_set_args.level = NULL;
|
||||||
gpio_set_args.pwm = NULL;
|
gpio_set_args.pwm = NULL;
|
||||||
gpio_set_args.end = arg_end(2);
|
gpio_set_args.end = arg_end(2);
|
||||||
|
Reference in New Issue
Block a user