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 41d239c commit c72f48bCopy full SHA for c72f48b
builder/frameworks/arduino.py
@@ -535,6 +535,7 @@ def safe_remove_sdkconfig_files():
535
pm = ToolPackageManager()
536
platform = env.PioPlatform()
537
config = env.GetProjectConfig()
538
+print("******* config", config)
539
board = env.BoardConfig()
540
541
# Cached values
@@ -567,6 +568,7 @@ def safe_remove_sdkconfig_files():
567
568
# Custom SDKConfig check
569
if config.has_option(current_env_section, "custom_sdkconfig"):
570
entry_custom_sdkconfig = env.GetProjectOption("custom_sdkconfig")
571
+ print("entry custom_sdkconfig", entry_custom_sdkconfig)
572
flag_custom_sdkconfig = True
573
574
if len(board_sdkconfig) > 2:
0 commit comments