Change flash mode to dio

This commit is contained in:
evildave666 2022-12-22 09:30:52 +09:00 committed by GitHub
parent e80ff20583
commit 7cfdd24f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,6 @@ CIRCUITPY_CREATION_ID = 0x00C30001
IDF_TARGET = esp32c3 IDF_TARGET = esp32c3
CIRCUITPY_ESP_FLASH_MODE=qio CIRCUITPY_ESP_FLASH_MODE=dio
CIRCUITPY_ESP_FLASH_FREQ=80m CIRCUITPY_ESP_FLASH_FREQ=80m
CIRCUITPY_ESP_FLASH_SIZE=4MB CIRCUITPY_ESP_FLASH_SIZE=4MB