Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -539,9 +539,6 @@ def safe_remove_sdkconfig_files():
flag_lib_ignore = False
flag_lto = False

if mcu == "esp32c2" or mcu == "esp32c61":
flag_custom_sdkconfig = True

# pio lib_ignore check
if config.has_option(current_env_section, "lib_ignore"):
flag_lib_ignore = True
Expand Down