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 3108e58 commit 898ccd8Copy full SHA for 898ccd8
src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h
@@ -301,7 +301,7 @@ class I2SDriverESP32V1 {
301
if (cfg.rx_tx_mode == TX_MODE) {
302
return startTX(cfg, tx_chan, txPin);
303
} else if (cfg.rx_tx_mode == RX_MODE) {
304
- return startRX(cfg, rx_chan, txPin);
+ return startRX(cfg, rx_chan, rxPin);
305
}
306
LOGE("Only RX and TX is supported for PDM")
307
return false;
0 commit comments