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 b519217 commit fe6719bCopy full SHA for fe6719b
builder/frameworks/espidf.py
@@ -233,8 +233,9 @@ def contains_path_traversal(url):
233
if "espidf.custom_sdkconfig" in board:
234
flag_custom_sdkonfig = True
235
236
-pio_orig_frwrk = config.get("framework")
+pio_orig_frwrk = env.GetProjectOption("framework")
237
print("***** Framework read from Project Config:", pio_orig_frwrk)
238
+
239
if "espidf" in pio_orig_frwrk:
240
flag_custom_sdkonfig = False
241
print("**** HybridCompile switched off ****")
0 commit comments