Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-esp32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: arduino-cli lib install ArduinoJson

- name: Install AsyncTCP (ESP32)
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.7
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.8

- name: Checkout
uses: actions/checkout@v5
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: arduino-cli lib install ArduinoJson

- name: Install AsyncTCP (ESP32)
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.7
run: ARDUINO_LIBRARY_ENABLE_UNSAFE_INSTALL=true arduino-cli lib install --git-url https://github.com/ESP32Async/AsyncTCP#v3.4.8

- name: Checkout
uses: actions/checkout@v5
Expand Down
2 changes: 1 addition & 1 deletion idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
version: "^3.1.1"
require: public
esp32async/asynctcp:
version: "^3.4.7"
version: "^3.4.8"
require: public
bblanchon/arduinojson:
version: "^7.4.2"
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"owner": "ESP32Async",
"name": "AsyncTCP",
"version": "^3.4.7",
"version": "^3.4.8",
"platforms": [
"espressif32",
"libretiny"
Expand Down
2 changes: 1 addition & 1 deletion pioarduino_examples/IncreaseMaxSockets/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ monitor_filters = esp32_exception_decoder, log2file
lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps =
ESP32Async/AsyncTCP @ 3.4.7
ESP32Async/AsyncTCP @ 3.4.8
ESP32Async/ESpAsyncWebServer @ 3.8.0
custom_component_remove =
espressif/esp_hosted
Expand Down
6 changes: 3 additions & 3 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ lib_compat_mode = strict
lib_ldf_mode = chain
lib_deps =
bblanchon/ArduinoJson @ 7.4.2
ESP32Async/AsyncTCP @ 3.4.7
ESP32Async/AsyncTCP @ 3.4.8
board_build.partitions = partitions-4MB.csv
board_build.filesystem = littlefs

Expand All @@ -82,7 +82,7 @@ platform = https://github.com/pioarduino/platform-espressif32/releases/download/

[env:arduino-3-no-json]
lib_deps =
ESP32Async/AsyncTCP @ 3.4.7
ESP32Async/AsyncTCP @ 3.4.8

[env:arduino-rc-asynctcp]
lib_deps =
Expand Down Expand Up @@ -158,7 +158,7 @@ build_flags =
[env:ci-arduino-3-no-json]
board = ${sysenv.PIO_BOARD}
lib_deps =
ESP32Async/AsyncTCP @ 3.4.7
ESP32Async/AsyncTCP @ 3.4.8

[env:ci-arduino-rc-asynctcp]
lib_deps =
Expand Down