mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-09-08 13:50:54 +02:00
Fix #12: esphome/AsyncTCP-esphome @ 2.1.3
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
@@ -26,7 +26,7 @@
|
||||
{
|
||||
"owner": "esphome",
|
||||
"name": "AsyncTCP-esphome",
|
||||
"version": "^2.1.1",
|
||||
"version": "^2.1.3",
|
||||
"platforms": "espressif32"
|
||||
},
|
||||
{
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user