Fix #12: esphome/AsyncTCP-esphome @ 2.1.3

This commit is contained in:
Mathieu Carbou
2024-03-14 19:59:20 +01:00
parent f477fa5f35
commit 3b0ee64cae
3 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ jobs:
run: arduino-cli core install --additional-urls "${{ matrix.index_url }}" ${{ matrix.core }}
- name: Install AsyncTCP-esphome
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-AsyncTCP#v2.1.1
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/esphome-AsyncTCP#v2.1.3
- name: Install ESPAsyncTCP-esphome
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/ESPAsyncTCP-esphome#v2.0.0

View File

@@ -26,7 +26,7 @@
{
"owner": "esphome",
"name": "AsyncTCP-esphome",
"version": "^2.1.1",
"version": "^2.1.3",
"platforms": "espressif32"
},
{

View File

@@ -21,7 +21,7 @@ platform = espressif32
board = esp32dev
lib_deps =
bblanchon/ArduinoJson @ 7.0.4
esphome/AsyncTCP-esphome @ 2.1.1
esphome/AsyncTCP-esphome @ 2.1.3
[env:esp8266]
platform = espressif8266