We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94f82aa commit c851d82Copy full SHA for c851d82
builder/frameworks/espidf.py
@@ -444,7 +444,6 @@ def generate_board_specific_config():
444
if f_flash and compile_freq:
445
# Ensure frequency compatibility (>= 80MHz must be identical for Flash and PSRAM)
446
compile_freq_val = int(str(compile_freq).replace("000000L", ""))
447
- esptool_freq_val = int(str(esptool_flash_freq).replace("000000L", ""))
448
449
if compile_freq_val >= 80:
450
# Above 80MHz, both Flash and PSRAM must use same frequency
0 commit comments