Skip to content

Commit cbab23e

Browse files
committed
Enable CIRCUITPY_AUDIOBUSIO_PDMIN for the built-in mic
1 parent 8470488 commit cbab23e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ports/espressif/boards/m5stack_stick_c_plus2/mpconfigboard.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ CIRCUITPY_ESP_PSRAM_SIZE = 2MB
1515
# down when BTN_C/PWR is held down. We skip the wait and instead enter safe
1616
# mode if BTN_A is held down during boot with no timeout.
1717
CIRCUITPY_SKIP_SAFE_MODE_WAIT = 1
18+
19+
# Enable PDMIn for the microphone
20+
CIRCUITPY_AUDIOBUSIO_PDMIN = 1

0 commit comments

Comments
 (0)