From eebaca38b7b66514975b7baa6b81408e0c185e4f Mon Sep 17 00:00:00 2001 From: Alexey Zholtikov Date: Sat, 28 Jan 2023 14:07:38 +0300 Subject: [PATCH] Minor changes --- platformio.ini | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/platformio.ini b/platformio.ini index 6c72476..f55f5bc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -5,9 +5,9 @@ framework = arduino lib_deps = https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHConfig - bblanchon/ArduinoJson@^6.19.4 - me-no-dev/ESP Async WebServer@^1.2.3 - marvinroger/AsyncMqttClient@^0.9.0 + https://github.com/bblanchon/ArduinoJson + https://github.com/me-no-dev/ESPAsyncWebServer + https://github.com/marvinroger/async-mqtt-client [env:ESP8266-OTA] platform = espressif8266 @@ -18,9 +18,9 @@ upload_protocol = espota lib_deps = https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHConfig - bblanchon/ArduinoJson@^6.19.4 - me-no-dev/ESP Async WebServer@^1.2.3 - marvinroger/AsyncMqttClient@^0.9.0 + https://github.com/bblanchon/ArduinoJson + https://github.com/me-no-dev/ESPAsyncWebServer + https://github.com/marvinroger/async-mqtt-client [env:ESP32] platform = espressif32 @@ -29,10 +29,10 @@ framework = arduino lib_deps = https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHConfig - bblanchon/ArduinoJson@^6.19.4 - me-no-dev/ESP Async WebServer@^1.2.3 - marvinroger/AsyncMqttClient@^0.9.0 - luc-github/ESP32SSDP@^1.2.0 + https://github.com/bblanchon/ArduinoJson + https://github.com/me-no-dev/ESPAsyncWebServer + https://github.com/marvinroger/async-mqtt-client + https://github.com/luc-github/ESP32SSDP [env:ESP32-OTA] platform = espressif32 @@ -43,7 +43,7 @@ upload_protocol = espota lib_deps = https://github.com/aZholtikov/ZHNetwork https://github.com/aZholtikov/ZHConfig - bblanchon/ArduinoJson@^6.19.4 - me-no-dev/ESP Async WebServer@^1.2.3 - marvinroger/AsyncMqttClient@^0.9.0 - luc-github/ESP32SSDP@^1.2.0 + https://github.com/bblanchon/ArduinoJson + https://github.com/me-no-dev/ESPAsyncWebServer + https://github.com/marvinroger/async-mqtt-client + https://github.com/luc-github/ESP32SSDP