We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1543642 commit fb0ff7eCopy full SHA for fb0ff7e
1 file changed
ports/espressif/mpconfigport.mk
@@ -58,9 +58,6 @@ CIRCUITPY_WATCHDOG ?= 1
58
CIRCUITPY_WIFI ?= 1
59
CIRCUITPY_SOCKETPOOL_IPV6 ?= 1
60
61
-# Turn off aesio. It is a custom API that no one uses.
62
-CIRCUITPY_AESIO = 0
63
-
64
# Enable _eve module
65
CIRCUITPY__EVE ?= 1
66
@@ -140,6 +137,7 @@ CIRCUITPY_USB_DEVICE = 0
140
137
CIRCUITPY_ESP_USB_SERIAL_JTAG ?= 1
141
138
142
139
# No room in flash.
+CIRCUITPY_AESIO = 0
143
CIRCUITPY_KEYPAD_DEMUX = 0
144
145
else ifeq ($(IDF_TARGET),esp32c6)
0 commit comments