Skip to content

Commit

Permalink
Enable CIRCUITPY_AUDIOBUSIO_PDMIN for the built-in mic
Browse files Browse the repository at this point in the history
  • Loading branch information
bootc committed Jan 6, 2025
1 parent 8470488 commit cbab23e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ports/espressif/boards/m5stack_stick_c_plus2/mpconfigboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ CIRCUITPY_ESP_PSRAM_SIZE = 2MB
# down when BTN_C/PWR is held down. We skip the wait and instead enter safe
# mode if BTN_A is held down during boot with no timeout.
CIRCUITPY_SKIP_SAFE_MODE_WAIT = 1

# Enable PDMIn for the microphone
CIRCUITPY_AUDIOBUSIO_PDMIN = 1

0 comments on commit cbab23e

Please sign in to comment.