platformio.ini 852 B

1234567891011121314151617181920212223242526
  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:az-delivery-devkit-v4]
  11. platform = espressif32
  12. board = az-delivery-devkit-v4
  13. framework = arduino
  14. board_build.filesystem = littlefs
  15. board_build.partitions = min_spiffs.csv
  16. build_flags =
  17. -DASYNCWEBSERVER_REGEX
  18. platform_packages =
  19. platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
  20. monitor_speed = 115200
  21. lib_deps =
  22. ottowinter/ESPAsyncWebServer-esphome@^2.1.0
  23. bblanchon/ArduinoJson@^6.19.4
  24. mikalhart/Streaming@^1.0.0
  25. sstaub/TickTwo@^4.4.0