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 dbb84d3 commit 61cc60fCopy full SHA for 61cc60f
src/AudioTools/CoreAudio/AudioI2S/I2SESP32V1.h
@@ -277,12 +277,14 @@ class I2SDriverESP32V1 {
277
}
278
279
280
-#if SOC_I2S_HW_VERSION_2
281
if (cfg.pin_mck != -1 && !cfg.is_master){
+#if SOC_I2S_HW_VERSION_2
282
LOGI("clk_src=I2S_CLK_SRC_EXTERNAL");
283
clk_cfg.clk_src = I2S_CLK_SRC_EXTERNAL;
284
- }
+#else
285
+ LOGE("clk_src=I2S_CLK_SRC_EXTERNAL not supported");
286
#endif
287
+ }
288
return clk_cfg;
289
290
0 commit comments