Skip to content

Commit 819f93e

Browse files
committed
AnalogConfig
1 parent 5ad1b27 commit 819f93e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AudioAnalog/AnalogAudioBase.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ class AnalogConfig : public AudioInfo {
5151
if (rx_tx_mode == RX_MODE) {
5252
mode_internal = (I2S_MODE_MASTER | I2S_MODE_RX | I2S_MODE_ADC_BUILT_IN);
5353
setInputPin1(PIN_ADC1);
54+
auto_clear = false;
5455
// setInputPin2(PIN_ADC2);
5556
LOGI("I2S_MODE_ADC_BUILT_IN");
5657
} else {

0 commit comments

Comments
 (0)