Added flash_mode=dio to avoid boot loop when flashing using merge.bin

This commit is contained in:
Kevin Le
2026-05-16 09:30:49 +07:00
parent cf9bf1d7fe
commit f29cae602f
+1
View File
@@ -1,6 +1,7 @@
[Xiao_C6]
extends = esp32c6_base
board = esp32-c6-devkitm-1
board_build.flash_mode = dio
board_build.partitions = min_spiffs.csv ; get around 4mb flash limit
build_flags =
${esp32c6_base.build_flags}