Skip to content

Commit

Permalink
Bugfix: Add chip shell engine initializing for esp32 platform (#13364)
Browse files Browse the repository at this point in the history
  • Loading branch information
wqx6 authored Jan 7, 2022
1 parent ec032bf commit 0e5bc69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/platform/esp32/shell_extension/launch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace chip {

void LaunchShell()
{
chip::Shell::Engine::Root().Init();
#if CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING
idf::chip::RegisterHeapTraceCommands();
#endif // CONFIG_HEAP_TRACING_STANDALONE || CONFIG_HEAP_TASK_TRACKING
Expand Down

0 comments on commit 0e5bc69

Please sign in to comment.