Changed flash mode from QIO to DIO for TinyPICO (#615)

This commit is contained in:
valeros
2021-08-31 15:40:57 +03:00
parent 5001ac45c7
commit 4781608b8a
+3 -3
View File
@@ -7,7 +7,7 @@
"extra_flags": "-DARDUINO_TINYPICO -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue",
"f_cpu": "240000000L",
"f_flash": "40000000L",
"flash_mode": "qio",
"flash_mode": "dio",
"mcu": "esp32",
"variant": "pico32"
},
@@ -21,7 +21,7 @@
"arduino",
"espidf"
],
"name": "TinyPICO",
"name": "Unexpected Maker TinyPICO",
"upload": {
"flash_size": "4MB",
"maximum_ram_size": 327680,
@@ -30,5 +30,5 @@
"speed": 460800
},
"url": "https://www.tinypico.com",
"vendor": "TinyPICO"
"vendor": "Unexpected Maker"
}