new platformio lib_deps format

This commit is contained in:
Yuri Trikoz
2020-10-18 09:38:24 +03:00
parent 6426959060
commit 74b526e2f1

View File

@@ -13,14 +13,14 @@ default_envs = esp8266
[common_env_data] [common_env_data]
lib_deps_external = lib_deps_external =
ArduinoJson@5.* bblanchon/ArduinoJson @5.*
Bounce2 thomasfredericks/Bounce2
PubSubClient knolleary/PubSubClient
DHT sensor library for ESPx beegee-tokyo/DHT sensor library for ESPx
Adafruit BMP280 Library adafruit/Adafruit BMP280 Library
Adafruit BME280 Library adafruit/Adafruit BME280 Library
DallasTemperature milesburton/DallasTemperature
ESP Async UDP me-no-dev/ESPAsyncUDP
lib_deps_internal = lib_deps_internal =
ESP Async WebServer ESP Async WebServer
GyverFilters GyverFilters
@@ -33,8 +33,8 @@ platform = https://github.com/platformio/platform-espressif32.git
lib_deps = lib_deps =
${common_env_data.lib_deps_external} ${common_env_data.lib_deps_external}
${common_env_data.lib_deps_internal} ${common_env_data.lib_deps_internal}
AsyncTCP me-no-dev/ESPAsyncTCP
ESP32Servo madhephaestus/ESP32Servo
LITTLEFS LITTLEFS
luc-github/ESP32SSDP luc-github/ESP32SSDP
monitor_filters = esp32_exception_decoder monitor_filters = esp32_exception_decoder