Browse Source

Bugfix 209 Audiolib

master
biologist79 4 years ago
committed by GitHub
parent
commit
f8da3b32a4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      platformio.ini

4
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)
;LINUX: /dev/ttyUSB0 (if it's the first USB-device attached, otherwise increase number)
Loading…
Cancel
Save