From 86ce0dad8d69fb96d68e021e3b9125b72acb0f86 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 11 Jan 2025 10:09:32 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 16a4331fe..f69bb8aa5 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -10,8 +10,8 @@ static struct { struct arg_int *detail; - struct arg_int *chip_temp; - struct arg_int *voltage; + //struct arg_int *chip_temp; + //struct arg_int *voltage; } info_args; static int do_info_cmd (int argc, char **argv) { ESP_LOGW("CLI", "This is the Information Command.");