From 6d381a41e748eea9bcf704cc726d05f2bda5b466 Mon Sep 17 00:00:00 2001 From: Lexa Date: Fri, 4 Apr 2025 16:39:12 +0300 Subject: [PATCH] Added local libraries --- VT_ESP8266/platformio.ini | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VT_ESP8266/platformio.ini b/VT_ESP8266/platformio.ini index 71d4b49..0552eec 100644 --- a/VT_ESP8266/platformio.ini +++ b/VT_ESP8266/platformio.ini @@ -22,3 +22,7 @@ lib_deps = robtillaart/I2C_EEPROM @ ^1.3.0 ottowinter/ESPAsyncWebServer-esphome @ ^1.3.0 ayushsharma82/WebSerial @ ^1.2.0 + mathertel/OneButton @ ^2.6.1 + mathertel/LiquidCrystal_PCF8574 @ ^2.2.0 + milesburton/DallasTemperature @ ^4.0.4 + marvinroger/AsyncMqttClient @ ^0.9.0