From 22725338288a6f9c15060ff1baf0c3ee195fcdd0 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 22:08:51 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 8c234d6e6..2544eee3f 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -31,7 +31,7 @@ static struct { } info_args; static int exec_info_cmd (int argc, char **argv) { - ESP_LOGW("CLI", "This is the Information Command."); + ESP_LOGW("CLI", "Information about microcontroller chip."); int nerrors = arg_parse(argc, argv, (void**) &info_args); if (nerrors != 0) {