Skip to content

Commit 4f020a2

Browse files
committed
disable on 4MB C6, for now
1 parent d68efb8 commit 4f020a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,10 @@ endif
142142
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE),4MB)
143143
CIRCUITPY_BITMAPFILTER ?= 0
144144
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
145149
endif
146150

147151
# No room for dualbank or mp3 on boards with 2MB flash

0 commit comments

Comments
 (0)