Skip to content

Commit 51b8520

Browse files
committed
Fix flash mode for Saola and Kaluga boards
1 parent 84f6d42 commit 51b8520

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/esp32-s2-kaluga-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"core": "esp32",
77
"f_cpu": "240000000L",
88
"f_flash": "80000000L",
9-
"flash_mode": "dio",
9+
"flash_mode": "qio",
1010
"mcu": "esp32s2",
1111
"variant": "esp32s2"
1212
},

boards/esp32-s2-saola-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"core": "esp32",
77
"f_cpu": "240000000L",
88
"f_flash": "80000000L",
9-
"flash_mode": "dio",
9+
"flash_mode": "qio",
1010
"mcu": "esp32s2",
1111
"variant": "esp32s2"
1212
},

0 commit comments

Comments
 (0)