Skip to content

Commit 9400386

Browse files
committed
Fix the flash mode value for Espressif ESP32-S3-DevKitC-1
Resolve platformio#867
1 parent e986309 commit 9400386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/esp32-s3-devkitc-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"f_cpu": "240000000L",
1515
"f_flash": "80000000L",
16-
"flash_mode": "dio",
16+
"flash_mode": "qio",
1717
"hwids": [
1818
[
1919
"0X303A",

0 commit comments

Comments
 (0)