Skip to content

Commit

Permalink
Fix compile issues with managed components
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Aug 21, 2024
1 parent 4aa7aad commit 352d5b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
env = DefaultEnvironment()
env.SConscript("_embed_files.py", exports="env")

# Allow changes in folders of managed components
os.environ["IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS"] = "1"

platform = env.PioPlatform()
board = env.BoardConfig()
mcu = board.get("build.mcu", "esp32")
Expand Down

0 comments on commit 352d5b2

Please sign in to comment.