From f8da3b32a4b04d37eb4cf773b4308c2cd5b918ad Mon Sep 17 00:00:00 2001 From: biologist79 <57354741+biologist79@users.noreply.github.com> Date: Thu, 14 Oct 2021 10:00:24 +0200 Subject: [PATCH] Bugfix 209 Audiolib --- platformio.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platformio.ini b/platformio.ini index 83c5989..ea7d3ab 100644 --- a/platformio.ini +++ b/platformio.ini @@ -16,7 +16,7 @@ extra_scripts = pre:processHtml.py lib_deps = SPI Wire - https://github.com/schreibfaul1/ESP32-audioI2S.git#dedcbea + https://github.com/schreibfaul1/ESP32-audioI2S.git#adc3c39 https://github.com/madhephaestus/ESP32Encoder.git#bdfbdbc https://github.com/knolleary/pubsubclient.git#2d228f2 https://github.com/biologist79/ESP32FTPServer @@ -126,4 +126,4 @@ build_flags = -DHAL=6 ;;; Change upload/monitor-port of your board regarding your operating-system and develboard! ;MAC: /dev/cu.SLAB_USBtoUART / /dev/cu.wchusbserial1420 / /dev/cu.wchusbserial1410 ;WINDOWS: COM3 -;LINUX: /dev/ttyUSB0 (if it's the first USB-device attached, otherwise increase number) \ No newline at end of file +;LINUX: /dev/ttyUSB0 (if it's the first USB-device attached, otherwise increase number)