mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-10 22:44:23 +00:00
ESP32-Console
This commit is contained in:
@@ -122,7 +122,13 @@ static void register_info (void) {
|
||||
}
|
||||
|
||||
static void register_gpio (void) {
|
||||
const esp_console_cmd_t info_cmd = {};
|
||||
const esp_console_cmd_t info_cmd = {
|
||||
.command = "GPIO",
|
||||
.help = "Sets/Gets GPIOs",
|
||||
.hint = NULL,
|
||||
.func = &exec,
|
||||
.argtable = &gpio_args
|
||||
};
|
||||
}
|
||||
|
||||
void register_commands (void) {
|
||||
|
Reference in New Issue
Block a user