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 {