We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ff640 commit 1259682Copy full SHA for 1259682
ports/espressif/boards/sunton_esp32_2432S032C/mpconfigboard.mk
@@ -3,13 +3,8 @@ CIRCUITPY_CREATION_ID = 0x00AA032C
3
4
IDF_TARGET = esp32
5
6
-CIRCUITPY_ESP_FLASH_MODE = dio
+CIRCUITPY_ESP_FLASH_MODE = qio
7
CIRCUITPY_ESP_FLASH_FREQ = 40m
8
CIRCUITPY_ESP_FLASH_SIZE = 4MB
9
10
CIRCUITPY_ESPCAMERA = 0
11
-
12
-# Override partition layout to preserve compatibility because the default has changed.
13
-FLASH_SIZE_SDKCONFIG = esp-idf-config/sdkconfig-flash-4MB-no-uf2.defaults
14
-CIRCUITPY_DUALBANK = 1
15
-CIRCUITPY_BLEIO = 0
0 commit comments