From 736dfc734a8959f84cbb9166917a8f818c45f77c Mon Sep 17 00:00:00 2001 From: jokubasver Date: Sun, 19 Dec 2021 11:49:10 +0200 Subject: [PATCH] Remove rtc_clock_apll_enable line This seems to have been fixed ages ago in ESP-IDF: https://github.com/espressif/esp-idf/pull/3648 https://github.com/espressif/esp-idf/issues/3380 --- esp32_a2dp_receiver/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/esp32_a2dp_receiver/src/main.cpp b/esp32_a2dp_receiver/src/main.cpp index a0929c4..17438f5 100644 --- a/esp32_a2dp_receiver/src/main.cpp +++ b/esp32_a2dp_receiver/src/main.cpp @@ -94,8 +94,6 @@ void setup() { .use_apll = true, .tx_desc_auto_clear = true }; - // Fix the audio clock, this improves audio quality. - rtc_clk_apll_enable(1, 15, 8, 5, 6); a2dp_sink.set_i2s_config(i2s_config); // Enable auto-reconnect