Skip to content

Commit 6bb4467

Browse files
authored
Enable audiomixer for esp32s2.
Allows playing sounds via Mixer on I2SOut. Tested on the feathers2.
1 parent e6dc3e4 commit 6bb4467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/esp32s2/mpconfigport.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ CIRCUITPY_AUDIOBUSIO = 1
2121
CIRCUITPY_AUDIOBUSIO_PDMIN = 0
2222
CIRCUITPY_AUDIOBUSIO_I2SOUT = 1
2323
CIRCUITPY_AUDIOIO = 0
24+
CIRCUITPY_AUDIOMIXER = 1
2425
CIRCUITPY_CANIO = 1
2526
CIRCUITPY_COUNTIO = 1
2627
CIRCUITPY_DUALBANK = 1

0 commit comments

Comments
 (0)