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 d68efb8 commit 4f020a2Copy full SHA for 4f020a2
ports/espressif/mpconfigport.mk
@@ -142,6 +142,10 @@ endif
142
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),4MB)
143
CIRCUITPY_BITMAPFILTER ?= 0
144
OPTIMIZATION_FLAGS ?= -Os
145
+# Until the 4MB C6 partition table is updated, disable mp3 on the 4MB C6 parts
146
+ifeq ($(IDF_TARGET),esp32c6)
147
+CIRCUITPY_AUDIOMP3 ?= 0
148
+endif
149
endif
150
151
# No room for dualbank or mp3 on boards with 2MB flash
0 commit comments