; 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:esp32doit-devkit-v1] platform = espressif32 monitor_speed = 115200 board = esp32doit-devkit-v1 framework = arduino lib_ldf_mode = deep+ lib_deps = 4-20ma/ModbusMaster@^2.0.1 khoih-prog/ESPAsync_WiFiManager@^1.12.2 knolleary/PubSubClient@^2.8 einararnason/ArduinoQueue@^1.2.5 256dpi/MQTT@^2.5.0 politsin/EspMQTT@^1.0.25