; 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:esp12e] platform = espressif8266 board = esp12e framework = arduino upload_protocol = espota upload_port = 192.168.1.159 lib_deps = noah1510/LedController @ ^1.7.0 knolleary/PubSubClient @ ^2.8 ottowinter/ESPAsyncWebServer-esphome @ ^2.1.0 ayushsharma82/WebSerial @ ^1.3.0 jwrw/ESP_EEPROM @ ^2.0.0 ;br3ttb/PID @ ^1.2.1 milesburton/DallasTemperature @ ^3.11.0 gyverlibs/GyverSegment @ ^1.4.7 mathertel/OneButton @ ^2.6.1 gyverlibs/PWMrelay @ ^1.2 gyverlibs/GyverPID @ ^3.3.2