add openthread cli command support in console

This commit is contained in:
chendejin
2024-01-03 15:58:13 +08:00
parent 9703555506
commit bc55912270
4 changed files with 76 additions and 1 deletions
+3
View File
@@ -218,6 +218,9 @@ extern "C" void app_main()
#if CONFIG_ENABLE_CHIP_SHELL
esp_matter::console::diagnostics_register_commands();
esp_matter::console::wifi_register_commands();
#if CONFIG_OPENTHREAD_CLI
esp_matter::console::otcli_register_commands();
#endif
esp_matter::console::init();
#endif
}