From 051d7bb0e3677abfd00b05680963dbde894ce35a Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 21:51:47 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index bf18eca4b..d048ed4e9 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -55,7 +55,8 @@ static int exec_info_cmd (int argc, char **argv) { ESP_LOGW("CLI", "info(): Chip Temperature: %d", 35); } if (info_args.voltage->count != 0) { - ESP_LOGI("CLI", "Displaying voltage."); + if () { + ESP_LOGI("CLI", "Displaying voltage, [mV]."); } } if (info_args.current->count != 0) { ESP_LOGI("CLI", "Displaying current.");