dynamic_registration

Example of the component espressif/esp_cli_commands v0.1.1
# dynamic_registration

This example demonstrates dynamic registration of a `debug` command and an `unregister` command at runtime. The `unregister` command can remove dynamically registered commands, including itself and `debug`.

To create a project from this example, run:

idf.py create-project-from-example "espressif/esp_cli_commands=0.1.1:dynamic_registration"

or download archive (~2.53 KB)