; 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@^6.0.0 board = az-delivery-devkit-v4 framework = arduino upload_protocol = esptool upload_speed = 921600 monitor_speed = 115200 monitor_filters = esp32_exception_decoder lib_deps = fmalpartida/LiquidCrystal@^1.5.0 sparkfun/SparkFun SCD4x Arduino Library@^1.0.4 juerd/ESP-WiFiSettings@^3.8.0 bblanchon/ArduinoJson@^6.20.0