From 0032d8db75aaf92925787799f34bb08f255d9b13 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Mon, 13 Jan 2025 00:06:13 -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 93d8674e8..471e72b57 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -17,7 +17,7 @@ static void register_set_gpio(void); struct arg_lit *temp, *help; struct arg_end *end; static struct { - struct arg_str *detail; + struct arg_str *temp; //struct arg_int *chip_temp; //struct arg_int *voltage; struct arg_end *end;