We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54bd4b8 commit 85ae384Copy full SHA for 85ae384
builder/frameworks/espidf.py
@@ -53,6 +53,9 @@
53
env = DefaultEnvironment()
54
env.SConscript("_embed_files.py", exports="env")
55
56
+# Allow changes in folders of managed components
57
+os.environ["IDF_COMPONENT_OVERWRITE_MANAGED_COMPONENTS"] = "1"
58
+
59
platform = env.PioPlatform()
60
board = env.BoardConfig()
61
mcu = board.get("build.mcu", "esp32")
0 commit comments