Skip to content

Commit f29cae6

Browse files
committed
Added flash_mode=dio to avoid boot loop when flashing using merge.bin
1 parent cf9bf1d commit f29cae6

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)