Torsten Stauder 4 years ago
parent
commit
cf67f445cb
  1. 4
      platformio.ini

4
platformio.ini

@ -16,7 +16,7 @@ extra_scripts = pre:processHtml.py
lib_deps = lib_deps =
SPI SPI
Wire 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/madhephaestus/ESP32Encoder.git#bdfbdbc
https://github.com/knolleary/pubsubclient.git#2d228f2 https://github.com/knolleary/pubsubclient.git#2d228f2
https://github.com/biologist79/ESP32FTPServer 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! ;;; Change upload/monitor-port of your board regarding your operating-system and develboard!
;MAC: /dev/cu.SLAB_USBtoUART / /dev/cu.wchusbserial1420 / /dev/cu.wchusbserial1410 ;MAC: /dev/cu.SLAB_USBtoUART / /dev/cu.wchusbserial1420 / /dev/cu.wchusbserial1410
;WINDOWS: COM3 ;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