mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 05:27:09 +00:00
ESP32-Console
This commit is contained in:
@@ -110,8 +110,8 @@ static int exec_gpio_reset_cmd(int argc, char **argv) {
|
||||
|
||||
}
|
||||
static void register_gpio_reset(void) {
|
||||
gpio_set_args.gpio = arg_int0("p", "pin", "<pin>", "Specifies GPIO to reset.");
|
||||
gpio_set_args.mode = NULL;
|
||||
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.level = NULL;
|
||||
gpio_set_args.pwm = NULL;
|
||||
gpio_set_args.end = arg_end(2);
|
||||
|
Reference in New Issue
Block a user