Skip to content

Commit 8191aaf

Browse files
authored
add flash frequency to patched firmware (espressif#7230)
1 parent ebc8a15 commit 8191aaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/platformio-build.py

+2
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def get_patched_bootloader_image(original_bootloader_image, bootloader_offset):
112112
"$TARGET",
113113
"--flash_mode",
114114
"${__get_board_flash_mode(__env__)}",
115+
"--flash_freq",
116+
"${__get_board_f_flash(__env__)}",
115117
"--flash_size",
116118
board_config.get("upload.flash_size", "4MB"),
117119
"--target-offset",

0 commit comments

Comments
 (0)