From 80d689efe577d36b96da2cbcdc4b3dd677f694f3 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Wed, 15 Jan 2025 08:57:19 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 105528a3d..c27ffd5b7 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -15,7 +15,7 @@ static int exec_info_cmd(int argc, char **argv); static void register_info(void); // Operate GPIOs states -static int exec_gpio(int argc, char **argv); +static int exec_gpio_cmd(int argc, char **argv); static void register_gpio(void); // Display GPIOs states.