; 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:wemos_d1_mini32] [env:esp32doit-devkit-v1] platform = espressif32 ; board = wemos_d1_mini32 board = esp32doit-devkit-v1 framework = arduino monitor_speed = 115200 upload_speed = 921600 build_flags = -D ARDUINO_ARCH_ESP32 -D CONFIG_ASYNC_TCP_RUNNING_CORE=1 -D CONFIG_ASYNC_TCP_USE_WDT=1 lib_deps = bblanchon/ArduinoJson@^6.21.3 esp32async/ESPAsyncWebServer @ ^3.9.2 esp32async/AsyncTCP @ ^3.4.9 https://github.com/Locoduino/DCCpp ; fastled/FastLED@^3.6.0 board_build.filesystem = littlefs