File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ CIRCUITPY_BLEIO ?= 0
135135else
136136CIRCUITPY_BLEIO ?= 1
137137endif
138- CIRCUITPY_AUDIOMP3 ?= 1
139138
140139endif
141140
@@ -145,10 +144,11 @@ CIRCUITPY_BITMAPFILTER ?= 0
145144OPTIMIZATION_FLAGS ?= -Os
146145endif
147146
148- # No room for dualbank on boards with 2MB flash
147+ # No room for dualbank or mp3 on boards with 2MB flash
149148ifeq ($(CIRCUITPY_ESP_FLASH_SIZE ) ,2MB)
150149CIRCUITPY_BITMAPFILTER ?= 0
151150CIRCUITPY_DUALBANK = 0
151+ CIRCUITPY_AUDIOMP3 = 0
152152endif
153153
154154# Modules dependent on other modules
@@ -180,5 +180,5 @@ USB_NUM_IN_ENDPOINTS = 5
180180CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
181181
182182# Don't enable mp3 by default but DO allocate it to on-chip RAM if enabled
183- CIRCUITPY_AUDIOMP3 ?= 0
183+ CIRCUITPY_AUDIOMP3 ?= 1
184184CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR ?= 1
You can’t perform that action at this time.
0 commit comments