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
135
135
else
136
136
CIRCUITPY_BLEIO ?= 1
137
137
endif
138
- CIRCUITPY_AUDIOMP3 ?= 1
139
138
140
139
endif
141
140
@@ -145,10 +144,11 @@ CIRCUITPY_BITMAPFILTER ?= 0
145
144
OPTIMIZATION_FLAGS ?= -Os
146
145
endif
147
146
148
- # No room for dualbank on boards with 2MB flash
147
+ # No room for dualbank or mp3 on boards with 2MB flash
149
148
ifeq ($(CIRCUITPY_ESP_FLASH_SIZE ) ,2MB)
150
149
CIRCUITPY_BITMAPFILTER ?= 0
151
150
CIRCUITPY_DUALBANK = 0
151
+ CIRCUITPY_AUDIOMP3 = 0
152
152
endif
153
153
154
154
# Modules dependent on other modules
@@ -180,5 +180,5 @@ USB_NUM_IN_ENDPOINTS = 5
180
180
CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
181
181
182
182
# Don't enable mp3 by default but DO allocate it to on-chip RAM if enabled
183
- CIRCUITPY_AUDIOMP3 ?= 0
183
+ CIRCUITPY_AUDIOMP3 ?= 1
184
184
CIRCUITPY_AUDIOMP3_USE_PORT_ALLOCATOR ?= 1
You can’t perform that action at this time.
0 commit comments