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.");