mathieucarbou/AsyncTCP @ 3.2.10

This commit is contained in:
Mathieu Carbou
2024-10-13 11:47:13 +02:00
parent 69748e4035
commit b2cf63066a
5 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ jobs:
- name: Install AsyncTCP (ESP32)
if: ${{ matrix.core == 'esp32:esp32' }}
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.9
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/mathieucarbou/AsyncTCP#v3.2.10
- name: Install ESPAsyncTCP (ESP8266)
if: ${{ matrix.core == 'esp8266:esp8266' }}

View File

@@ -39,7 +39,7 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.13
**Dependencies:**
- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.9` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.9](https://github.com/mathieucarbou/AsyncTCP/releases))
- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.10` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.10](https://github.com/mathieucarbou/AsyncTCP/releases))
- **ESP8266**: `esphome/ESPAsyncTCP-esphome @ 2.0.0` (Arduino IDE: [https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0](https://github.com/mathieucarbou/esphome-ESPAsyncTCP/releases/tag/v2.0.0))
- **RP2040**: `khoih-prog/AsyncTCP_RP2040W @ 1.2.0` (Arduino IDE: [https://github.com/khoih-prog/AsyncTCP_RP2040W#v1.2.0](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases/tag/v1.2.0))

View File

@@ -39,7 +39,7 @@ lib_deps = mathieucarbou/ESPAsyncWebServer @ 3.3.13
**Dependencies:**
- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.9` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.9](https://github.com/mathieucarbou/AsyncTCP/releases))
- **ESP32**: `mathieucarbou/AsyncTCP @ 3.2.10` (Arduino IDE: [https://github.com/mathieucarbou/AsyncTCP#v3.2.10](https://github.com/mathieucarbou/AsyncTCP/releases))
- **ESP8266**: `esphome/ESPAsyncTCP-esphome @ 2.0.0` (Arduino IDE: [https://github.com/mathieucarbou/esphome-ESPAsyncTCP#v2.0.0](https://github.com/mathieucarbou/esphome-ESPAsyncTCP/releases/tag/v2.0.0))
- **RP2040**: `khoih-prog/AsyncTCP_RP2040W @ 1.2.0` (Arduino IDE: [https://github.com/khoih-prog/AsyncTCP_RP2040W#v1.2.0](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases/tag/v1.2.0))

View File

@@ -28,7 +28,7 @@
{
"owner": "mathieucarbou",
"name": "AsyncTCP",
"version": "^3.2.9",
"version": "^3.2.10",
"platforms": "espressif32"
},
{

View File

@@ -25,7 +25,7 @@ lib_deps =
; bblanchon/ArduinoJson @ 5.13.4
; bblanchon/ArduinoJson @ 6.21.5
bblanchon/ArduinoJson @ 7.2.0
mathieucarbou/AsyncTCP @ 3.2.9
mathieucarbou/AsyncTCP @ 3.2.10
board = esp32dev
board_build.partitions = partitions-4MB.csv
board_build.filesystem = littlefs
@@ -43,7 +43,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/
; board = esp32-s3-devkitc-1
; board = esp32-c6-devkitc-1
lib_deps =
mathieucarbou/AsyncTCP @ 3.2.9
mathieucarbou/AsyncTCP @ 3.2.10
[env:arduino-310rc1]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc1/platform-espressif32.zip
@@ -87,7 +87,7 @@ board = ${sysenv.PIO_BOARD}
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.05/platform-espressif32.zip
board = ${sysenv.PIO_BOARD}
lib_deps =
mathieucarbou/AsyncTCP @ 3.2.9
mathieucarbou/AsyncTCP @ 3.2.10
[env:ci-arduino-310rc1]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/53.03.10-rc1/platform-espressif32.zip