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