Skip to content

Commit e0e18e6

Browse files
committed
Revert flash mode from DIO to QIO for TinyPICO
Fixed regression caused by platformio#584
1 parent f7bcd7e commit e0e18e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/tinypico.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"extra_flags": "-DARDUINO_TINYPICO -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
88
"f_cpu": "240000000L",
99
"f_flash": "40000000L",
10-
"flash_mode": "dio",
10+
"flash_mode": "qio",
1111
"mcu": "esp32",
1212
"variant": "pico32"
1313
},

0 commit comments

Comments
 (0)