mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 17:40:17 +00:00
ESP32-Console
This commit is contained in:
@@ -35,7 +35,8 @@ static int exec_info_cmd (int argc, char **argv) {
|
||||
|
||||
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) {
|
||||
arg_print_errors(stderr, info_args.end, argv[0]);
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user