From 5f8011d3308be847ee4a6dcba85416de3df57be1 Mon Sep 17 00:00:00 2001 From: Abhik Roy <107937815+espressif-abhikroy@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:08:04 +0200 Subject: [PATCH] Update components/console_simple_init/README.md Co-authored-by: Ivan Grokhotkov --- components/console_simple_init/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console_simple_init/README.md b/components/console_simple_init/README.md index 60a300782ea..4f5cb4b3ce1 100644 --- a/components/console_simple_init/README.md +++ b/components/console_simple_init/README.md @@ -38,7 +38,7 @@ It also provides an api to register an user provided command. ESP_ERROR_CHECK(console_cmd_start()); // Start console ``` -### Adding a plugin command: +### Automatic registration of console commands To add a plugin command or any component from IDF component manager into your project, simply include an entry within the `idf_component.yml` file. For more details refer [IDF Component Manager](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/tools/idf-component-manager.html)