From 0f3885997cfc68f191ead7f534e1ecea16326c64 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Wed, 15 Jan 2025 09:01:43 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 1d4a40fa6..585bdc130 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -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",