Skip to content

Commit c72f48b

Browse files
authored
Update arduino.py
1 parent 41d239c commit c72f48b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

builder/frameworks/arduino.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ def safe_remove_sdkconfig_files():
535535
pm = ToolPackageManager()
536536
platform = env.PioPlatform()
537537
config = env.GetProjectConfig()
538+
print("******* config", config)
538539
board = env.BoardConfig()
539540

540541
# Cached values
@@ -567,6 +568,7 @@ def safe_remove_sdkconfig_files():
567568
# Custom SDKConfig check
568569
if config.has_option(current_env_section, "custom_sdkconfig"):
569570
entry_custom_sdkconfig = env.GetProjectOption("custom_sdkconfig")
571+
print("entry custom_sdkconfig", entry_custom_sdkconfig)
570572
flag_custom_sdkconfig = True
571573

572574
if len(board_sdkconfig) > 2:

0 commit comments

Comments
 (0)