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 4ba872c commit 81c38f2Copy full SHA for 81c38f2
ports/espressif/mpconfigport.mk
@@ -339,4 +339,3 @@ USB_NUM_IN_ENDPOINTS = 5
339
CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
340
341
CIRCUITPY_AUDIOMP3 ?= 1
342
-CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR ?= 1
ports/unix/variants/coverage/mpconfigvariant.mk
@@ -144,7 +144,6 @@ CFLAGS += \
144
-DCIRCUITPY_AUDIOFILTERS=1 \
145
-DCIRCUITPY_AUDIOMIXER=1 \
146
-DCIRCUITPY_AUDIOMP3=1 \
147
- -DCIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR=0 \
148
-DCIRCUITPY_AUDIOCORE_DEBUG=1 \
149
-DCIRCUITPY_BITMAPTOOLS=1 \
150
-DCIRCUITPY_CODEOP=1 \
0 commit comments