diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index ac74bc4a1..0a69b70f2 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -30,7 +30,7 @@ static int do_info_cmd (int argc, char **argv) { } static void register_info (void) { info_args.detail = arg_str0(NULL, NULL, "", "Diplays the chip temperature."); - info_args.detail = arg_str1(NULL, "gpio", "", "Diplays the GPIO level."); + //info_args.detail = arg_str1(NULL, "gpio", "", "Diplays the GPIO level."); info_args.end = arg_end(2); const esp_console_cmd_t info_cmd = {