|
|
@ -13,7 +13,7 @@ lib_deps_builtin = |
|
|
|
SPI |
|
|
|
Wire |
|
|
|
lib_deps_external = |
|
|
|
https://github.com/grch87/ESP32-audioI2S.git |
|
|
|
https://github.com/schreibfaul1/ESP32-audioI2S.git |
|
|
|
https://github.com/madhephaestus/ESP32Encoder.git |
|
|
|
https://github.com/knolleary/pubsubclient.git |
|
|
|
https://github.com/biologist79/ESP32FTPServer |
|
|
@ -45,6 +45,8 @@ lib_deps = |
|
|
|
https://github.com/kkloesener/AC101.git |
|
|
|
${common.lib_deps_builtin} |
|
|
|
${common.lib_deps_external} |
|
|
|
platform_packages = |
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5-rc6 |
|
|
|
|
|
|
|
[env:lolin32] |
|
|
|
;https://docs.platformio.org/en/latest/boards/espressif32/lolin32.html |
|
|
@ -61,6 +63,8 @@ lib_deps = |
|
|
|
extra_scripts = ${env:common.extra_scripts} |
|
|
|
upload_port = /dev/cu.SLAB_USBtoUART |
|
|
|
monitor_port = /dev/cu.SLAB_USBtoUART |
|
|
|
platform_packages = |
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5-rc6 |
|
|
|
|
|
|
|
[env:lolin_d32] |
|
|
|
;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32.html |
|
|
@ -77,6 +81,8 @@ lib_deps = |
|
|
|
extra_scripts = ${env:common.extra_scripts} |
|
|
|
upload_port = /dev/cu.wchusbserial1410 |
|
|
|
monitor_port = /dev/cu.wchusbserial1410 |
|
|
|
platform_packages = |
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5-rc6 |
|
|
|
|
|
|
|
[env:lolin_d32_pro] |
|
|
|
;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32_pro.html |
|
|
@ -95,6 +101,8 @@ upload_port = /dev/cu.wchusbserial1410 |
|
|
|
monitor_port = /dev/cu.wchusbserial1410 |
|
|
|
build_flags = -DBOARD_HAS_PSRAM |
|
|
|
-mfix-esp32-psram-cache-issue |
|
|
|
platform_packages = |
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5-rc6 |
|
|
|
|
|
|
|
[env:nodemcu-32s] |
|
|
|
;https://docs.platformio.org/en/latest/boards/espressif32/nodemcu-32s.html |
|
|
@ -111,6 +119,8 @@ lib_deps = |
|
|
|
extra_scripts = ${env:common.extra_scripts} |
|
|
|
upload_port = /dev/cu.SLAB_USBtoUART |
|
|
|
monitor_port = /dev/cu.SLAB_USBtoUART |
|
|
|
platform_packages = |
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5-rc6 |
|
|
|
|
|
|
|
[env:az-delivery-devkit-v4] |
|
|
|
;https://docs.platformio.org/en/latest/boards/espressif32/az-delivery-devkit-v4.html |
|
|
@ -127,6 +137,8 @@ lib_deps = |
|
|
|
extra_scripts = ${env:common.extra_scripts} |
|
|
|
upload_port = /dev/cu.SLAB_USBtoUART |
|
|
|
monitor_port = /dev/cu.SLAB_USBtoUART |
|
|
|
platform_packages = |
|
|
|
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#1.0.5-rc6 |
|
|
|
|
|
|
|
|
|
|
|
;;; Change upload/monitor-port of your board regarding your operating-system and develboard! |
|
|
|