; 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 [platformio] default_envs = esp32 [env] framework = arduino [env:esp32] platform = https://github.com/Jason2866/platform-espressif32/releases/download/v2.0.3-rc1/platform-espressif32-2.0.3-rc1.zip build_flags = ${env.build_flags} -D=${PIOENV} lib_deps = https://github.com/me-no-dev/ESPAsyncWebServer.git bblanchon/ArduinoJson @ ^6.19.4 https://github.com/marvinroger/async-mqtt-client.git board = esp32dev board_build.partitions = partitions_custom.csv board_build.filesystem = littlefs monitor_filters = time, colorize, log2file, esp32_exception_decoder monitor_speed = 115200 upload_protocol = esptool upload_port = COM3