Browse Source
Merge pull request #2570 from IoTThinks/MCdev-Fixed-flashmode-XiaoC6-202605
Added flash_mode=dio to avoid boot loop when flashing using merge.bin
pull/2848/head
Liam Cottle
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
variants/xiao_c6/platformio.ini
|
|
|
@ -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} |
|
|
|
|