Skip to content

Commit 5ff39c6

Browse files
authored
Merge pull request #2570 from IoTThinks/MCdev-Fixed-flashmode-XiaoC6-202605
Added flash_mode=dio to avoid boot loop when flashing using merge.bin
2 parents dc200cf + f29cae6 commit 5ff39c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

variants/xiao_c6/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[Xiao_C6]
22
extends = esp32c6_base
33
board = esp32-c6-devkitm-1
4+
board_build.flash_mode = dio
45
board_build.partitions = min_spiffs.csv ; get around 4mb flash limit
56
build_flags =
67
${esp32c6_base.build_flags}

0 commit comments

Comments
 (0)