Skip to content

Commit 8179982

Browse files
authored
Remove custom SDK config for esp32c2 and esp32c61
Removed custom SDK configuration flag for specific MCUs.
1 parent b95d5bd commit 8179982

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builder/frameworks/arduino.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,6 @@ def safe_remove_sdkconfig_files():
539539
flag_lib_ignore = False
540540
flag_lto = False
541541

542-
if mcu == "esp32c2" or mcu == "esp32c61":
543-
flag_custom_sdkconfig = True
544-
545542
# pio lib_ignore check
546543
if config.has_option(current_env_section, "lib_ignore"):
547544
flag_lib_ignore = True

0 commit comments

Comments
 (0)