You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
### Releases v1.1.0
1. Fix issue with slow browsers or network
2. Remove hard-code if possible
3. Improve debug messages by adding functions to display `error/state messages` instead of `cryptic error/state number`
4. Clean up
to apply the better and faster **asynchronous** feature of the **powerful**[ESPAsyncTCP Library](https://github.com/me-no-dev/ESPAsyncTCP) into **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, and will be the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W
54
+
to apply the better and faster **asynchronous** feature of the **powerful**[ESPAsyncTCP Library](https://github.com/me-no-dev/ESPAsyncTCP) into **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, and will be the base for future and more advanced Async libraries, such as `AsyncWebServer_RP2040W`, `AsyncHTTPRequest_RP2040W`, `AsyncHTTPSRequest_RP2040W`
55
55
56
56
57
57
#### Why Async is better
@@ -81,7 +81,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
81
81
## Prerequisites
82
82
83
83
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
84
-
2.[`Earle Philhower's arduino-pico core v2.4.0+`](https://github.com/earlephilhower/arduino-pico) for **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
84
+
2.[`Earle Philhower's arduino-pico core v2.5.4+`](https://github.com/earlephilhower/arduino-pico) for **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, etc. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
85
85
86
86
---
87
87
---
@@ -98,9 +98,9 @@ You can also use this link [ page.
101
-
2. Download the latest release `AsyncTCP_RP2040W-master.zip`.
102
-
3. Extract the zip file to `AsyncTCP_RP2040W-master` directory
103
-
4. Copy whole `AsyncTCP_RP2040W-master` folder to Arduino libraries' directory such as `~/Arduino/libraries/`.
101
+
2. Download the latest release `AsyncTCP_RP2040W-main.zip`.
102
+
3. Extract the zip file to `AsyncTCP_RP2040W-main` directory
103
+
4. Copy whole `AsyncTCP_RP2040W-main` folder to Arduino libraries' directory such as `~/Arduino/libraries/`.
104
104
105
105
### VS Code & PlatformIO
106
106
@@ -114,11 +114,7 @@ Another way to install is to:
114
114
115
115
## Orignal documentation
116
116
117
-
For ESP32, check [AsyncTCP Library](https://github.com/me-no-dev/AsyncTCP)
118
-
119
-
[Join the ESPAsyncWebServer chat](https://gitter.im/me-no-dev/ESPAsyncWebServer)[](https://gitter.im/me-no-dev/ESPAsyncWebServer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
120
-
121
-
This is a fully asynchronous TCP library, aimed at enabling trouble-free, multi-connection network environment for Espressif's ESP8266 MCUs.
"description": "Asynchronous TCP Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library is the base for future and more advanced Async libraries, such as AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W",
0 commit comments