ESP32-Console

This commit is contained in:
2025-01-17 20:03:26 -05:00
parent 3c386e1ea3
commit 3183cd59b1

View File

@@ -96,9 +96,9 @@ static void register_gpio_reset(void) {
.help = "Resets GPIO configuration.",
.hint = NULL,
.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