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:
@@ -96,9 +96,9 @@ 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_reset_args
|
.argtable = &gpio_set_args
|
||||||
};
|
};
|
||||||
ESP_ERROR_CHECK(esp_console_cmd_register(&gpio_set_cmd));
|
ESP_ERROR_CHECK(esp_console_cmd_register(&gpio_reset_cmd));
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user