Skip to content

Commit

Permalink
use component manager (#374)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Ignacio <brian.ignacio@espressif.com>
  • Loading branch information
brianignacio5 and brianignacio5 authored Apr 23, 2021
1 parent 9328673 commit 18fc174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
gcovr
idf-component-manager
websocket_client
2 changes: 2 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,8 @@ export function appendIdfAndToolsToPath() {
}
modifiedEnv.IDF_TARGET = idfTarget || process.env.IDF_TARGET;

modifiedEnv.IDF_COMPONENT_MANAGER = "1";

return modifiedEnv;
}

Expand Down

0 comments on commit 18fc174

Please sign in to comment.