Skip to content

Commit

Permalink
Update components/console_simple_init/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Grokhotkov <[email protected]>
  • Loading branch information
espressif-abhikroy and igrr authored Oct 25, 2023
1 parent 8bccb89 commit 5f8011d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/console_simple_init/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 5f8011d

Please sign in to comment.