platformio.ini 818 B

12345678910111213141516171819202122232425
  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 = default.csv
  14. ;Use min_spiffs.csv if app becomes too large for default.csv
  15. ;huge_app.csv Does not support OTA.
  16. framework = arduino
  17. lib_deps =
  18. me-no-dev/AsyncTCP@^1.1.1
  19. me-no-dev/ESP Async WebServer
  20. adafruit/Adafruit NeoPixel@^1.10.4
  21. bblanchon/ArduinoJson
  22. ;ayushsharma82/AsyncElegantOTA @ ^2.2.5
  23. ;Arduino-IRremote/Arduino-IRremote
  24. ;FastLED/FastLED