We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8470488 commit cbab23eCopy full SHA for cbab23e
ports/espressif/boards/m5stack_stick_c_plus2/mpconfigboard.mk
@@ -15,3 +15,6 @@ CIRCUITPY_ESP_PSRAM_SIZE = 2MB
15
# down when BTN_C/PWR is held down. We skip the wait and instead enter safe
16
# mode if BTN_A is held down during boot with no timeout.
17
CIRCUITPY_SKIP_SAFE_MODE_WAIT = 1
18
+
19
+# Enable PDMIn for the microphone
20
+CIRCUITPY_AUDIOBUSIO_PDMIN = 1
0 commit comments