From 8358742a144c00e667167311ededeb36b4f25a08 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 22:06:25 -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 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);