; 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:esp07] platform = espressif8266 board = esp07 framework = arduino lib_deps = milesburton/DallasTemperature @ ^3.9.1 mathertel/OneButton @ 0.0.0-alpha+sha.eb583d713a knolleary/PubSubClient @ ^2.8 jwrw/ESP_EEPROM @ ^2.1.1