Skip to content

Commit b8a1469

Browse files
committed
Revert "Changed flash mode from QIO to DIO to prevent code boot issues (platformio#615)"
This reverts commit e9917e9.
1 parent e9917e9 commit b8a1469

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": "dio",
10+
"flash_mode": "qio",
1111
"mcu": "esp32",
1212
"variant": "pico32"
1313
},
@@ -21,7 +21,7 @@
2121
"arduino",
2222
"espidf"
2323
],
24-
"name": "UM TinyPICO",
24+
"name": "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": "Unexpected Maker"
33+
"vendor": "TinyPICO"
3434
}

0 commit comments

Comments
 (0)