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 93490c3 commit 879f241Copy full SHA for 879f241
ports/espressif/boards/espressif_esp32_eye/mpconfigboard.mk
@@ -3,6 +3,8 @@ CIRCUITPY_CREATION_ID = 0x00320001
3
4
IDF_TARGET = esp32
5
6
+CIRCUITPY_MESSAGE_COMPRESSION_LEVEL = 9
7
+
8
CIRCUITPY_ESP_FLASH_SIZE = 4MB
9
CIRCUITPY_ESP_FLASH_MODE = qio
10
CIRCUITPY_ESP_FLASH_FREQ = 80m
@@ -17,3 +19,4 @@ CIRCUITPY_PIXELBUF = 0
17
19
CIRCUITPY_PS2IO = 0
18
20
CIRCUITPY_ROTARYIO = 0
21
CIRCUITPY_TOUCHIO = 0
22
+CIRCUITPY_KEYPAD = 0
ports/espressif/boards/mixgo_ce_serial/mpconfigboard.mk
@@ -10,6 +10,8 @@ CIRCUITPY_ESP_FLASH_FREQ = 80m
11
12
CIRCUITPY_AESIO = 0
13
+CIRCUITPY_AUDIOBUSIO = 0
14
+CIRCUITPY_CANIO = 0
15
CIRCUITPY_CODEOP = 0
16
CIRCUITPY_ESPCAMERA = 0
0 commit comments