UM boards are qio
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
parent
3a34acb93c
commit
b1b01e2e0d
|
@ -6,7 +6,7 @@ USB_MANUFACTURER = "UnexpectedMaker"
|
|||
IDF_TARGET = esp32s3
|
||||
|
||||
CIRCUITPY_ESP_FLASH_SIZE = 8MB
|
||||
CIRCUITPY_ESP_FLASH_MODE = dio
|
||||
CIRCUITPY_ESP_FLASH_MODE = qio
|
||||
CIRCUITPY_ESP_FLASH_FREQ = 80m
|
||||
|
||||
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
|
||||
|
|
|
@ -6,7 +6,7 @@ USB_MANUFACTURER = "UnexpectedMaker"
|
|||
IDF_TARGET = esp32s3
|
||||
|
||||
CIRCUITPY_ESP_FLASH_SIZE = 8MB
|
||||
CIRCUITPY_ESP_FLASH_MODE = dio
|
||||
CIRCUITPY_ESP_FLASH_MODE = qio
|
||||
CIRCUITPY_ESP_FLASH_FREQ = 80m
|
||||
|
||||
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
|
||||
|
|
Loading…
Reference in New Issue