; 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 = nodemcuv2 [env:nodemcuv2] platform = espressif8266 board = nodemcuv2 framework = arduino lib_deps = knolleary/PubSubClient@^2.8 peterus/esp-logger @ 0.0.1 bblanchon/ArduinoJson@^6.19.4 olikraus/U8g2@^2.34.4 tzapu/WiFiManager@^0.16.0 paulstoffregen/Time@^1.6.1 monitor_speed = 115200