Skip to content

Commit 79797e4

Browse files
committed
espressif: don't enable AUDIOMP3 without AUDIOCORE
there are some lines above that set it OFF if needed; the top level logic will set it ON if audiocore is enabled. Before this, some boards without any audio capability (e.g., pycamera with esp32s3, lacking both audioio and i2s) enabled mp3. This was not useful, and with other changes it will become a build error.
1 parent 81c38f2 commit 79797e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ports/espressif/mpconfigport.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -337,5 +337,3 @@ USB_NUM_IN_ENDPOINTS = 5
337337

338338
# Usually lots of flash space available
339339
CIRCUITPY_MESSAGE_COMPRESSION_LEVEL ?= 1
340-
341-
CIRCUITPY_AUDIOMP3 ?= 1

0 commit comments

Comments
 (0)