; 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 [env:esp32doit-devkit-v1] platform = espressif32 board = ttgo-t1 framework = arduino monitor_port = COM[12345678] monitor_speed = 115200 lib_deps = lennarthennigs/Button2@^1.4.1 fastled/FastLED@^3.3.3 sstaub/Ticker@^3.2.0 bertmelis/Ticker-esp32@^1.1.0