Skip to content

Commit fcff03a

Browse files
authored
if len(str(board_sdkconfig)) > 2:
1 parent a9744d6 commit fcff03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/frameworks/arduino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ def safe_remove_sdkconfig_files():
579579
print("entry custom_sdkconfig", entry_custom_sdkconfig)
580580
flag_custom_sdkconfig = True
581581

582-
if len(board_sdkconfig) > 2:
582+
if len(str(board_sdkconfig)) > 2:
583583
flag_custom_sdkconfig = True
584584

585585
extra_flags = (''.join([element for element in board.get("build.extra_flags", "")])).replace("-D", " ")

0 commit comments

Comments
 (0)