From 3b0ee64cae40d0b3cd69db1c63b596b76f544ec8 Mon Sep 17 00:00:00 2001 From: Mathieu Carbou Date: Thu, 14 Mar 2024 19:59:20 +0100 Subject: [PATCH] Fix #12: esphome/AsyncTCP-esphome @ 2.1.3 --- .github/workflows/ci.yml | 2 +- library.json | 2 +- platformio.ini | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b5fa04..c28d0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/library.json b/library.json index 526a454..43b3d6c 100644 --- a/library.json +++ b/library.json @@ -26,7 +26,7 @@ { "owner": "esphome", "name": "AsyncTCP-esphome", - "version": "^2.1.1", + "version": "^2.1.3", "platforms": "espressif32" }, { diff --git a/platformio.ini b/platformio.ini index 43a3b4e..9a2617c 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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