1234567891011121314151617181920212223242526 |
- ; 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:az-delivery-devkit-v4]
- platform = espressif32
- board = az-delivery-devkit-v4
- framework = arduino
- board_build.filesystem = littlefs
- board_build.partitions = min_spiffs.csv
- build_flags =
- -DASYNCWEBSERVER_REGEX
- platform_packages =
- platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
- monitor_speed = 115200
- lib_deps =
- ottowinter/ESPAsyncWebServer-esphome@^2.1.0
- bblanchon/ArduinoJson@^6.19.4
- mikalhart/Streaming@^1.0.0
- sstaub/TickTwo@^4.4.0
|