Skip to content

Commit 4781608

Browse files
committed
Changed flash mode from QIO to DIO for TinyPICO (platformio#615)
1 parent 5001ac4 commit 4781608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

boards/tinypico.json

Lines changed: 3 additions & 3 deletions
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": "qio",
10+
"flash_mode": "dio",
1111
"mcu": "esp32",
1212
"variant": "pico32"
1313
},
@@ -21,7 +21,7 @@
2121
"arduino",
2222
"espidf"
2323
],
24-
"name": "TinyPICO",
24+
"name": "Unexpected Maker TinyPICO",
2525
"upload": {
2626
"flash_size": "4MB",
2727
"maximum_ram_size": 327680,
@@ -30,5 +30,5 @@
3030
"speed": 460800
3131
},
3232
"url": "https://www.tinypico.com",
33-
"vendor": "TinyPICO"
33+
"vendor": "Unexpected Maker"
3434
}

0 commit comments

Comments
 (0)