From dfcadffc1ed87dd69842247ee93e55090fee9fcf Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 11 Jan 2025 10:16:26 -0500 Subject: [PATCH] ESP32-Console --- ESP32-Console/main/commands.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 5f7574079..66d179d5e 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -29,6 +29,7 @@ static int do_info_cmd (int argc, char **argv) { } } static void register_info (void) { + info_args.detail = arg_str1(NULL, NULL, "", "Chip temperature"); const esp_console_cmd_t info_cmd = { .command = "info", .help = "System Information",