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 502c427 commit 5163330Copy full SHA for 5163330
src/Driver.h
@@ -754,7 +754,7 @@ class AudioDriverES8311Class : public AudioDriver {
754
bool init(codec_config_t codec_cfg) {
755
int mclk_src = pins().getPinID(PinFunction::MCLK_SOURCE);
756
if (mclk_src == -1) {
757
- AD_LOGW("Pin for PinFunction::MCLK_SOURCE not defined: we assume FROM_MCLK_PIN");
+ AD_LOGI("Pin for PinFunction::MCLK_SOURCE not defined: we assume FROM_MCLK_PIN");
758
mclk_src = 0; // = FROM_MCLK_PIN;
759
}
760
0 commit comments