File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,9 @@ class I2SConfigESP32V1 : public AudioInfo {
60
60
int pin_data = -1 ; // rx or tx pin dependent on mode: tx pin for RXTX_MODE
61
61
int pin_data_rx = -1 ; // rx pin for RXTX_MODE
62
62
int pin_mck = PIN_I2S_MCK;
63
+ // / not used any more
63
64
int buffer_count = I2S_BUFFER_COUNT;
65
+ // / not used any more
64
66
int buffer_size = I2S_BUFFER_SIZE;
65
67
bool use_apll = I2S_USE_APLL;
66
68
// / Select left or right channel when channels == 1
@@ -81,8 +83,8 @@ class I2SConfigESP32V1 : public AudioInfo {
81
83
if (use_apll) {
82
84
LOGI (" use_apll: %s" , use_apll ? " true" : " false" );
83
85
}
84
- LOGI (" buffer_count:%d" ,buffer_count);
85
- LOGI (" buffer_size:%d" ,buffer_size);
86
+ // LOGI("buffer_count:%d",buffer_count);
87
+ // LOGI("buffer_size:%d",buffer_size);
86
88
87
89
if (pin_mck!=-1 )
88
90
LOGI (" pin_mck: %d" , pin_mck);
You can’t perform that action at this time.
0 commit comments