; PlatformIO Project Configuration File ; ; Build options: build flags, source filter ; Upload options: custom upload port, speed and extra flags ; Library options: dependencies, extra library storages ; Advanced options: extra scripting ; ; Please visit documentation for the other options and examples ; https://docs.platformio.org/page/projectconf.html [common] lib_deps_builtin = SPI Wire lib_deps_external = https://github.com/schreibfaul1/ESP32-audioI2S.git https://github.com/madhephaestus/ESP32Encoder.git https://github.com/knolleary/pubsubclient.git https://github.com/biologist79/ESP32FTPServer https://github.com/FastLED/FastLED.git#3.4.0 ESP Async WebServer https://github.com/me-no-dev/AsyncTCP https://github.com/bblanchon/ArduinoJson.git ; https://github.com/pschatzmann/ESP32-A2DP.git [env:common] build_flags = -DHAL=1 -DHAL=3 -DHAL=4 ; Don't forget to run this script if you changed the html-files provided in any way extra_scripts = pre:processHtml.py [env:esp32-a12] platform = espressif32 board = esp-wrover-kit framework = arduino monitor_speed = 115200 board_build.partitions = no_ota.csv build_flags = -DHAL=2 -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue lib_deps = https://github.com/kkloesener/MFRC522_I2C_Library.git https://github.com/kkloesener/AC101.git ${common.lib_deps_builtin} ${common.lib_deps_external} [env:lolin32] ;https://docs.platformio.org/en/latest/boards/espressif32/lolin32.html platform = espressif32 board = lolin32 framework = arduino monitor_speed = 115200 board_build.partitions = no_ota.csv lib_deps = ${common.lib_deps_builtin} ${common.lib_deps_external} https://github.com/biologist79/rfid.git https://github.com/tueddy/PN5180-Library.git extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.SLAB_USBtoUART monitor_port = /dev/cu.SLAB_USBtoUART [env:lolin_d32] ;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32.html platform = espressif32 board = lolin_d32 framework = arduino monitor_speed = 115200 board_build.partitions = no_ota.csv lib_deps = ${common.lib_deps_builtin} ${common.lib_deps_external} https://github.com/biologist79/rfid.git https://github.com/tueddy/PN5180-Library.git extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.SLAB_USBtoUART monitor_port = /dev/cu.SLAB_USBtoUART [env:lolin_d32_pro] ;https://docs.platformio.org/en/latest/boards/espressif32/lolin_d32_pro.html platform = espressif32 board = lolin_d32_pro framework = arduino monitor_speed = 115200 board_build.partitions = no_ota.csv lib_deps = ${common.lib_deps_builtin} ${common.lib_deps_external} https://github.com/biologist79/rfid.git https://github.com/tueddy/PN5180-Library.git extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.wchusbserial1410 monitor_port = /dev/cu.wchusbserial1410 build_flags = -DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue [env:nodemcu-32s] ;https://docs.platformio.org/en/latest/boards/espressif32/nodemcu-32s.html platform = espressif32 board = nodemcu-32s framework = arduino monitor_speed = 115200 board_build.partitions = no_ota.csv lib_deps = ${common.lib_deps_builtin} ${common.lib_deps_external} https://github.com/biologist79/rfid.git https://github.com/tueddy/PN5180-Library.git extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.SLAB_USBtoUART monitor_port = /dev/cu.SLAB_USBtoUART [env:az-delivery-devkit-v4] ;https://docs.platformio.org/en/latest/boards/espressif32/az-delivery-devkit-v4.html platform = espressif32 board = az-delivery-devkit-v4 framework = arduino monitor_speed = 115200 board_build.partitions = no_ota.csv lib_deps = ${common.lib_deps_builtin} ${common.lib_deps_external} https://github.com/biologist79/rfid.git https://github.com/tueddy/PN5180-Library.git extra_scripts = ${env:common.extra_scripts} upload_port = /dev/cu.SLAB_USBtoUART monitor_port = /dev/cu.SLAB_USBtoUART ;;; Change upload/monitor-port of your board regarding your operating-system and develboard! ;MAC: /dev/cu.SLAB_USBtoUART ;WINDOWS: COM3 ;LINUX: /dev/ttyUSB0 (if it's the first USB-device attached, otherwise increase number) [env:]