mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:30:54 +00:00
ESP32-Console
This commit is contained in:
@@ -14,7 +14,7 @@ static int exec_gpio_cmd(int argc, char **argv);
|
|||||||
static void register_gpio(void);
|
static void register_gpio(void);
|
||||||
|
|
||||||
// Resets GPIO
|
// Resets GPIO
|
||||||
static int exec_gpio_reset(int argc, char **argv);
|
static int exec_gpio_reset_cmd(int argc, char **argv);
|
||||||
static void register_gpio_reset(void);
|
static void register_gpio_reset(void);
|
||||||
|
|
||||||
gpio_config_t pin_config;
|
gpio_config_t pin_config;
|
||||||
@@ -96,7 +96,7 @@ static void register_gpio_reset(void) {
|
|||||||
.help = "Resets GPIO configuration.",
|
.help = "Resets GPIO configuration.",
|
||||||
.hint = NULL,
|
.hint = NULL,
|
||||||
.func = &exec_gpio_reset_cmd,
|
.func = &exec_gpio_reset_cmd,
|
||||||
.argtable = &gpio_set_args
|
.argtable = &gpio_reset_args
|
||||||
};
|
};
|
||||||
ESP_ERROR_CHECK(esp_console_cmd_register(&gpio_set_cmd));
|
ESP_ERROR_CHECK(esp_console_cmd_register(&gpio_set_cmd));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user