fix managed components compile fail

This commit is contained in:
Jason2866
2024-08-12 18:38:48 +02:00
committed by GitHub
parent 54bd4b84f5
commit 85ae384b4c
+3
View File
@@ -53,6 +53,9 @@ if os.environ.get("PYTHONPATH"):
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")