From 8edbc6dfd3f023aef12dfdc7ae052aab16baf9b4 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 09:59:41 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 1f96f43a5..5983ee03b 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -50,9 +50,7 @@ static int exec_info_cmd (int argc, char **argv) { } if (info_args.chip_temp->count != 0) { - if (info_args.chip_temp->ival == 1) { - ESP_LOGI("CLI", "Display temperature in Celcius"); - } + ESP_LOGW("CLI", "info(): Chip Temperature: %d", 35); } return 0; }