Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit de13fdf

Browse files
authored
v1.1.0 to fix issue with slow browsers or network
### Release v1.1.0 1. Fix issue with slow browsers or network. Check [Target stops responding after variable time when using Firefox on Windows 10 #3](#3)
1 parent 95b0489 commit de13fdf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
"owner": "khoih-prog",
3636
"name": "AsyncTCP_RP2040W",
37-
"version": "^1.0.0"
37+
"version": "^1.1.0"
3838
}
3939
],
4040
"license": "LGPL-3.0",

platformio/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ lib_ldf_mode = chain+
4545

4646
lib_deps =
4747
; PlatformIO 4.x
48-
; AsyncTCP_RP2040W@>=1.0.0
48+
; AsyncTCP_RP2040W@>=1.1.0
4949
;
5050
; PlatformIO 5.x
51-
khoih-prog/AsyncTCP_RP2040W@>=1.0.0
51+
khoih-prog/AsyncTCP_RP2040W@>=1.1.0
5252

5353

5454
build_flags =

0 commit comments

Comments
 (0)