Skip to content

Commit

Permalink
Remove rtc_clock_apll_enable line
Browse files Browse the repository at this point in the history
This seems to have been fixed ages ago in ESP-IDF:
espressif/esp-idf#3648

espressif/esp-idf#3380
  • Loading branch information
jokubasver committed Dec 19, 2021
1 parent 4109174 commit 736dfc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions esp32_a2dp_receiver/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 736dfc7

Please sign in to comment.