We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc4fa4 commit 5490353Copy full SHA for 5490353
examples/platform/esp32/shell_extension/launch.cpp
@@ -37,6 +37,7 @@ namespace chip {
37
38
void LaunchShell()
39
{
40
+ chip::Shell::Engine::Root().Init();
41
#if CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING
42
idf::chip::RegisterHeapTraceCommands();
43
#endif // CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING
0 commit comments