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 6af28ab commit 751f316Copy full SHA for 751f316
ports/espressif/boards/adafruit_feather_esp32_v2/mpconfigboard.mk
@@ -10,5 +10,3 @@ CIRCUITPY_ESP_FLASH_SIZE = 8MB
10
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
11
CIRCUITPY_ESP_PSRAM_MODE = qio
12
CIRCUITPY_ESP_PSRAM_FREQ = 40m
13
-
14
-CIRCUITPY_AUDIOIO = 1
ports/espressif/mpconfigport.mk
@@ -65,6 +65,7 @@ CIRCUITPY__EVE ?= 1
65
ifeq ($(IDF_TARGET),esp32)
66
# Modules
67
CIRCUITPY_ALARM_TOUCH = 1
68
+CIRCUITPY_AUDIOIO = 1
69
CIRCUITPY_RGBMATRIX = 0
70
71
# SDMMC not supported yet
@@ -219,6 +220,7 @@ CIRCUITPY_ESPCAMERA = 0
219
220
else ifeq ($(IDF_TARGET),esp32s2)
221
222
223
224
# No BLE in hw
225
CIRCUITPY_BLEIO = 0
226
0 commit comments