From 74b526e2f1eeac376ec8f942c0f21de570fe0296 Mon Sep 17 00:00:00 2001 From: Yuri Trikoz Date: Sun, 18 Oct 2020 09:38:24 +0300 Subject: [PATCH] new platformio lib_deps format --- platformio.ini | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/platformio.ini b/platformio.ini index ccf0d6b1..a0075b81 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,14 +13,14 @@ default_envs = esp8266 [common_env_data] lib_deps_external = - ArduinoJson@5.* - Bounce2 - PubSubClient - DHT sensor library for ESPx - Adafruit BMP280 Library - Adafruit BME280 Library - DallasTemperature - ESP Async UDP + bblanchon/ArduinoJson @5.* + thomasfredericks/Bounce2 + knolleary/PubSubClient + beegee-tokyo/DHT sensor library for ESPx + adafruit/Adafruit BMP280 Library + adafruit/Adafruit BME280 Library + milesburton/DallasTemperature + me-no-dev/ESPAsyncUDP lib_deps_internal = ESP Async WebServer GyverFilters @@ -33,8 +33,8 @@ platform = https://github.com/platformio/platform-espressif32.git lib_deps = ${common_env_data.lib_deps_external} ${common_env_data.lib_deps_internal} - AsyncTCP - ESP32Servo + me-no-dev/ESPAsyncTCP + madhephaestus/ESP32Servo LITTLEFS luc-github/ESP32SSDP monitor_filters = esp32_exception_decoder