Skip to content

Commit

Permalink
Fix #12: esphome/AsyncTCP-esphome @ 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Mar 14, 2024
1 parent f477fa5 commit 3b0ee64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
{
"owner": "esphome",
"name": "AsyncTCP-esphome",
"version": "^2.1.1",
"version": "^2.1.3",
"platforms": "espressif32"
},
{
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b0ee64

Please sign in to comment.