Skip to content

Commit c851d82

Browse files
authored
Remove unnecessary conversion for esptool_flash_freq.
1 parent 94f82aa commit c851d82

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/frameworks/espidf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ def generate_board_specific_config():
444444
if f_flash and compile_freq:
445445
# Ensure frequency compatibility (>= 80MHz must be identical for Flash and PSRAM)
446446
compile_freq_val = int(str(compile_freq).replace("000000L", ""))
447-
esptool_freq_val = int(str(esptool_flash_freq).replace("000000L", ""))
448447

449448
if compile_freq_val >= 80:
450449
# Above 80MHz, both Flash and PSRAM must use same frequency

0 commit comments

Comments
 (0)