Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8191aaf

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

File tree

1 file changed

+2
-0
lines changed
Filter options

1 file changed

+2
-0
lines changed

‎tools/platformio-build.py

Copy file name to clipboardExpand all lines: tools/platformio-build.py
+2Lines changed: 2 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.