From f0d1b33d44ca9b9a496e0c1bff134ad4ec1ed13c Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 21:41:09 -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 cca2a9bdb..18e82032e 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -58,7 +58,7 @@ static int exec_info_cmd (int argc, char **argv) { ESP_LOGI("CLI", "Displaying voltage."); } if (info_args.current->count != 0) { - ESP_LOGI("CLI", ""); + ESP_LOGI("CLI", "Displaying current."); } return 0; }