;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:esp8266] platform = espressif8266 board = esp01_1m framework = arduino lib_deps = ESP8266 Influxdb https://github.com/knolleary/pubsubclient.git#2d228f2f862a95846c65a8518c79f48dfc8f188c https://github.com/arduino-libraries/NTPClient [env:esp32] platform = espressif32 board = esp32dev framework = arduino upload_protocol = esptool lib_deps = https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino.git#66ed5d031caab6953cc79b407a4b49d33b1126dc https://github.com/knolleary/pubsubclient.git#2d228f2f862a95846c65a8518c79f48dfc8f188c https://github.com/arduino-libraries/NTPClient