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 and pull[bot] committed Feb 26, 2022
1 parent 732d313 commit 5676bde
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 5676bde

Please sign in to comment.