diff --git a/ESP32-Console/main/commands.h b/ESP32-Console/main/commands.h index 1ae91a6f2..4848510fc 100644 --- a/ESP32-Console/main/commands.h +++ b/ESP32-Console/main/commands.h @@ -24,11 +24,11 @@ static struct { } info_args; static int exec_info_cmd (int argc, char **argv) { - void *argtable[] = { + v/*oid *argtable[] = { help = arg_litn(NULL, "help", 0, 1, "display this help"), temp = arg_litn("t", "temp", 0, 1, "chip temperature"), end = arg_end(20), - }; + };*/ char progname[] = "info"; //int nerrors; //nerrors = arg_parse(argc, argv, argtable);