mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
new platformio lib_deps format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user