Skip to content

Commit 62c5f33

Browse files
committed
fix bootloader for PIO
1 parent a53d41f commit 62c5f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/platformio-build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
],
119119

120120
UPLOADERFLAGS=[
121-
"0x1000", '"%s"' % join(FRAMEWORK_DIR, "tools", "sdk", "bin", "bootloader.bin"),
121+
"0x1000", '"%s"' % join(FRAMEWORK_DIR, "tools", "sdk", "bin", "bootloader_dio_40m.bin"),
122122
"0x8000", '"%s"' % join("$BUILD_DIR", "partitions.bin"),
123123
"0xe000", '"%s"' % join(FRAMEWORK_DIR, "tools", "partitions", "boot_app0.bin"),
124124
"0x10000"

0 commit comments

Comments
 (0)