ESP32-Console

This commit is contained in:
2025-01-15 09:06:00 -05:00
parent be3dad74e2
commit c72ec7e9e1

View File

@@ -127,7 +127,9 @@ static struct {
struct arg_str *current;
struct arg_end *end;
} gpio_args;
static int exec_gpio_cmd (int argc, char **argv) {}
static int exec_gpio_cmd (int argc, char **argv) {
return 0;
}
static void register_gpio (void) {
const esp_console_cmd_t gpio_cmd = {
.command = "GPIO",