From d3cfa196e268dce36713d307bf4a6f42f2a32364 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 11 Jan 2025 10:13: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 86e27ea48..5f7574079 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -25,8 +25,8 @@ static int do_info_cmd (int argc, char **argv) { if (info_args.detail->count != 0) { ESP_LOGW("CLI", "Information: Chip Temperature %d", 25); + return 0; } - return 0; } static void register_info (void) { const esp_console_cmd_t info_cmd = {