ESP32-Console

This commit is contained in:
2025-01-15 22:18:06 -05:00
parent 09df30b5f0
commit b2fbf0fabf

View File

@@ -11,6 +11,7 @@
static struct { static struct {
struct arg_int *gpio; struct arg_int *gpio;
struct arg_int *dump;
struct arg_end *end; struct arg_end *end;
} gpio_get_args; } gpio_get_args;