platformio.ini 622 B

1234567891011121314151617181920
  1. ; PlatformIO Project Configuration File
  2. ;
  3. ; Build options: build flags, source filter
  4. ; Upload options: custom upload port, speed and extra flags
  5. ; Library options: dependencies, extra library storages
  6. ; Advanced options: extra scripting
  7. ;
  8. ; Please visit documentation for the other options and examples
  9. ; https://docs.platformio.org/page/projectconf.html
  10. [env:esp32doit-devkit-v1]
  11. platform = espressif32
  12. board = esp32doit-devkit-v1
  13. board_build.partitions = huge_app.csv
  14. framework = arduino
  15. lib_deps =
  16. me-no-dev/AsyncTCP@^1.1.1
  17. me-no-dev/ESP Async WebServer
  18. adafruit/Adafruit NeoPixel@^1.10.4
  19. ;FastLED/FastLED