Skip to content

Commit d41ade9

Browse files
authored
set flag for Hybrid Compile for the C2
1 parent 3063ee6 commit d41ade9

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
@@ -682,7 +682,7 @@ def get_frameworks_in_current_env():
682682
sys.exit(1)
683683

684684
if mcu == "esp32c2":
685-
call_compile_libs()
685+
flag_custom_sdkconfig = True
686686
elif flag_custom_sdkconfig and not flag_any_custom_sdkconfig:
687687
call_compile_libs()
688688

0 commit comments

Comments
 (0)