Has anybody used the esp_cli component as instructed on the page:
https://components.espressif.com/compon ... f/esp_cli/
...because the example code there calls functions that don't exist, and of course fails to compile. Seems like a sloppy job at component development but the author published it anyways.
Here's the bug report that describes the flaws:
https://github.com/espressif/idf-extra- ... issues/641
Or am I missing something?
The esp_cli component appears to be flawed, calling functions that don't exist
-
nopnop2002
- Posts: 347
- Joined: Thu Oct 03, 2019 10:52 pm
- Contact:
Re: The esp_cli component appears to be flawed, calling functions that don't exist
Code: Select all
//esp_cli_command_set_handle_t esp_cli_commands_cmd_set = esp_cli_commands_create();
esp_cli_command_set_handle_t esp_cli_commands_cmd_set = esp_cli_commands_concat_cmd_set(cmd_set_a, cmd_set_b);
Re: The esp_cli component appears to be flawed, calling functions that don't exist
Thanks @nopnop2002 your comments may help. The compile problems are solved in bug report 641 on the IDF extra components repository, but now we are trying to get the example to work with the USB console. It was hard coded to use UART0, which is not always easy to access.
https://www.github.com/espressif/idf-ex ... ssues/641/
https://www.github.com/espressif/idf-ex ... ssues/641/
Re: The esp_cli component appears to be flawed, calling functions that don't exist
It appears this problem is solved by pull request https://github.com/espressif/idf-extra- ... /pull/644/.
Who is online
Users browsing this forum: ChatGPT-User, Semrush [Bot] and 4 guests