diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 6acdcbb97..724637ed2 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -8,6 +8,7 @@ #include "esp_console.h" #include "esp_log.h" +// Display information about ESP32 chip. static int exec_info_cmd(int argc, char **argv); static void register_info(void);