From 0462fcde00da3a2518e0f7888082c85f21205cf4 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sun, 12 Jan 2025 23:37:24 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index da0c6af5e..29c6c199e 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -9,6 +9,7 @@ #include "esp_log.h" static int exec_info_cmd(int argc, char **argv); +static int exec_set_gpio(); static void register_info(void); static struct {