diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 0a69b70f2..41c768b41 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -8,6 +8,8 @@ #include "esp_console.h" #include "esp_log.h" +static int do_info_cmd (int argc, char **argv); + static struct { struct arg_str *detail; //struct arg_int *chip_temp;