ESP32-Console

This commit is contained in:
2025-01-13 00:02:22 -05:00
parent dd37a50e4a
commit 1b7c7e39a1

View File

@@ -35,7 +35,8 @@ static int exec_info_cmd (int argc, char **argv) {
ESP_LOGW("CLI", "This is the Information Command."); ESP_LOGW("CLI", "This is the Information Command.");
int nerrors = arg_parse(argc, argv, (void**) &info_args); //int nerrors = arg_parse(argc, argv, (void**) &info_args);
int nerrors = arg_parse(argc, argv, argtable);
if (nerrors != 0) { if (nerrors != 0) {
arg_print_errors(stderr, info_args.end, argv[0]); arg_print_errors(stderr, info_args.end, argv[0]);
return 1; return 1;