Skip to content

Commit 5490353

Browse files
authored
Bugfix: Add chip shell engine initializing for esp32 platform (#13364)
1 parent 8dc4fa4 commit 5490353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/platform/esp32/shell_extension/launch.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ namespace chip {
3737

3838
void LaunchShell()
3939
{
40+
chip::Shell::Engine::Root().Init();
4041
#if CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING
4142
idf::chip::RegisterHeapTraceCommands();
4243
#endif // CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING

0 commit comments

Comments
 (0)