From 2ef2eccef4739b8fd6c91e0c223a0e4fdeede35c Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 00:14:58 -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 7106f1cc0..a1bb137c4 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -19,7 +19,7 @@ struct arg_end *end; static struct { struct arg_str *temp; //struct arg_int *chip_temp; - struct arg_int *voltage; + //struct arg_int *voltage; struct arg_end *end; } info_args; static int exec_info_cmd (int argc, char **argv) {