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) {