Skip to content

Commit 85ae384

Browse files
authored
fix managed components compile fail
1 parent 54bd4b8 commit 85ae384

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

builder/frameworks/espidf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@
5353
env = DefaultEnvironment()
5454
env.SConscript("_embed_files.py", exports="env")
5555

56+
# Allow changes in folders of managed components
57+
os.environ["IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS"] = "1"
58+
5659
platform = env.PioPlatform()
5760
board = env.BoardConfig()
5861
mcu = board.get("build.mcu", "esp32")

0 commit comments

Comments
 (0)