examples: add the register factoryreset command in examples

This commit is contained in:
Shubham Patil
2024-12-12 17:14:16 +05:30
parent 11c2f668c5
commit 9575c13b12
19 changed files with 21 additions and 3 deletions
+1
View File
@@ -225,6 +225,7 @@ extern "C" void app_main()
#if CONFIG_ENABLE_CHIP_SHELL
esp_matter::console::diagnostics_register_commands();
esp_matter::console::wifi_register_commands();
esp_matter::console::factoryreset_register_commands();
#if CONFIG_OPENTHREAD_CLI
esp_matter::console::otcli_register_commands();
#endif