ESP32-Console

This commit is contained in:
2025-01-15 09:01:43 -05:00
parent 2df250f588
commit 0f3885997c

View File

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