mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:50:52 +00:00
ESP32-Console
This commit is contained in:
@@ -83,6 +83,7 @@ static void register_gpio_set_cmd (void) {
|
|||||||
ESP_ERROR_CHECK(esp_console_cmd_register(&gpio_set_cmd));
|
ESP_ERROR_CHECK(esp_console_cmd_register(&gpio_set_cmd));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Resets GPIO
|
||||||
static int exec_gpio_reset(int argc, char **argv) {}
|
static int exec_gpio_reset(int argc, char **argv) {}
|
||||||
static void register_gpio_reset(void) {}
|
static void register_gpio_reset(void) {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user