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 6177cc1 commit 523f970Copy full SHA for 523f970
builder/frameworks/arduino.py
@@ -566,6 +566,10 @@ def safe_remove_sdkconfig_files():
566
if config.has_option(current_env_section, "custom_component_remove"):
567
flag_custom_component_remove = True
568
569
+if config.has_option("env:"+env["PIOENV"], "custom_sdkconfig"):
570
+ entry_custom_sdkconfig = env.GetProjectOption("custom_sdkconfig")
571
+ flag_custom_sdkconfig = True
572
+
573
# Custom SDKConfig check
574
if config.has_option(current_env_section, "custom_sdkconfig"):
575
entry_custom_sdkconfig = env.GetProjectOption("custom_sdkconfig")
0 commit comments