Skip to content

Commit 751f316

Browse files
enable audioio for all esp32 and esp32s2 targets
1 parent 6af28ab commit 751f316

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/espressif/boards/adafruit_feather_esp32_v2/mpconfigboard.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,3 @@ CIRCUITPY_ESP_FLASH_SIZE = 8MB
1010
CIRCUITPY_ESP_PSRAM_SIZE = 2MB
1111
CIRCUITPY_ESP_PSRAM_MODE = qio
1212
CIRCUITPY_ESP_PSRAM_FREQ = 40m
13-
14-
CIRCUITPY_AUDIOIO = 1

ports/espressif/mpconfigport.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ CIRCUITPY__EVE ?= 1
6565
ifeq ($(IDF_TARGET),esp32)
6666
# Modules
6767
CIRCUITPY_ALARM_TOUCH = 1
68+
CIRCUITPY_AUDIOIO = 1
6869
CIRCUITPY_RGBMATRIX = 0
6970

7071
# SDMMC not supported yet
@@ -219,6 +220,7 @@ CIRCUITPY_ESPCAMERA = 0
219220
else ifeq ($(IDF_TARGET),esp32s2)
220221
# Modules
221222
CIRCUITPY_ALARM_TOUCH = 1
223+
CIRCUITPY_AUDIOIO = 1
222224
# No BLE in hw
223225
CIRCUITPY_BLEIO = 0
224226

0 commit comments

Comments
 (0)