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.
### 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)
Copy file name to clipboardExpand all lines: README.md
+29-15Lines changed: 29 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
152
152
153
153
1.[`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [](https://github.com/arduino/Arduino/releases/latest)
154
154
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)
155
-
3.[`AsyncTCP_RP2040W library v1.0.0+`](https://github.com/khoih-prog/AsyncTCP_RP2040W) for RASPBERRY_PI_PICO_W with CYW43439 WiFi. [](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases/latest). To install. check [](https://www.ardu-badge.com/AsyncTCP_RP2040W)
155
+
3.[`AsyncTCP_RP2040W library v1.1.0+`](https://github.com/khoih-prog/AsyncTCP_RP2040W) for RASPBERRY_PI_PICO_W with CYW43439 WiFi. [](https://github.com/khoih-prog/AsyncTCP_RP2040W/releases/latest)
156
156
157
157
---
158
158
@@ -1451,8 +1451,8 @@ Following is the debug terminal when running example [Async_AdvancedWebServer](e
1451
1451
1452
1452
```
1453
1453
Start Async_AdvancedWebServer on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1454
-
AsyncTCP_RP2040W v1.0.0
1455
-
AsyncWebServer_RP2040W v1.0.3
1454
+
AsyncTCP_RP2040W v1.1.0
1455
+
AsyncWebServer_RP2040W v1.1.0
1456
1456
Connecting to SSID: HueNet1
1457
1457
SSID: HueNet1
1458
1458
Local IP Address: 192.168.2.180
@@ -1475,8 +1475,8 @@ Following is debug terminal output when running example [WebClient](examples/Web
1475
1475
1476
1476
```
1477
1477
Start WebClient on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1478
-
AsyncTCP_RP2040W v1.0.0
1479
-
AsyncWebServer_RP2040W v1.0.3
1478
+
AsyncTCP_RP2040W v1.1.0
1479
+
AsyncWebServer_RP2040W v1.1.0
1480
1480
Connecting to SSID: HueNet1
1481
1481
SSID: HueNet1
1482
1482
Local IP Address: 192.168.2.180
@@ -1553,8 +1553,8 @@ Following is debug terminal output when running example [MQTTClient_Auth](exampl
1553
1553
1554
1554
```
1555
1555
Start MQTTClient_Auth on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1556
-
AsyncTCP_RP2040W v1.0.0
1557
-
AsyncWebServer_RP2040W v1.0.3
1556
+
AsyncTCP_RP2040W v1.1.0
1557
+
AsyncWebServer_RP2040W v1.1.0
1558
1558
Connecting to SSID: HueNet1
1559
1559
SSID: HueNet1
1560
1560
Local IP Address: 192.168.2.180
@@ -1575,8 +1575,8 @@ Following is debug terminal output when running example [MQTTClient_Basic](examp
1575
1575
1576
1576
```
1577
1577
Start MQTTClient_Basic on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1578
-
AsyncTCP_RP2040W v1.0.0
1579
-
AsyncWebServer_RP2040W v1.0.3
1578
+
AsyncTCP_RP2040W v1.1.0
1579
+
AsyncWebServer_RP2040W v1.1.0
1580
1580
Connecting to SSID: HueNet1
1581
1581
SSID: HueNet1
1582
1582
Local IP Address: 192.168.2.180
@@ -1597,8 +1597,8 @@ Following is debug terminal output when running example [MQTT_ThingStream](examp
1597
1597
1598
1598
```
1599
1599
Start MQTT_ThingStream on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1600
-
AsyncTCP_RP2040W v1.0.0
1601
-
AsyncWebServer_RP2040W v1.0.3
1600
+
AsyncTCP_RP2040W v1.1.0
1601
+
AsyncWebServer_RP2040W v1.1.0
1602
1602
Connecting to SSID: HueNet1
1603
1603
SSID: HueNet1
1604
1604
Local IP Address: 192.168.2.180
@@ -1625,8 +1625,8 @@ Following is the debug terminal when running example [Async_AdvancedWebServer_Co
1625
1625
1626
1626
```
1627
1627
Start Async_AdvancedWebServer_Country on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1628
-
AsyncTCP_RP2040W v1.0.0
1629
-
AsyncWebServer_RP2040W v1.0.3
1628
+
AsyncTCP_RP2040W v1.1.0
1629
+
AsyncWebServer_RP2040W v1.1.0
1630
1630
Connecting to SSID: HueNet1
1631
1631
SSID: HueNet1
1632
1632
Local IP Address: 192.168.2.180
@@ -1639,7 +1639,18 @@ HTTP EthernetWebServer is @ IP : 192.168.2.180
@@ -1681,14 +1692,17 @@ Submit issues to: [AsyncWebServer_RP2040W issues](https://github.com/khoih-prog/
1681
1692
2. Add Table of Contents
1682
1693
3. Modify examples to display `country-code`
1683
1694
4. Add tempo method to modify `arduino-pico` core to change `country-code`
1695
+
5. Fix issue with slow browsers or network. Check [Target stops responding after variable time when using Firefox on Windows 10 #3](https://github.com/khoih-prog/AsyncWebServer_RP2040W/issues/3)
1684
1696
1685
1697
---
1686
1698
---
1687
1699
1688
1700
### Contributions and Thanks
1689
1701
1690
1702
1. Based on and modified from [Hristo Gochkov's ESPAsyncWebServer](https://github.com/me-no-dev/ESPAsyncWebServer). Many thanks to [Hristo Gochkov](https://github.com/me-no-dev) for great [ESPAsyncWebServer Library](https://github.com/me-no-dev/ESPAsyncWebServer)
1691
-
2. Thanks to [revell1](https://github.com/revell1) to report the bug in [LED state appears to be reversed. #2](https://github.com/khoih-prog/AsyncWebServer_RP2040W/issues/2), leading to v1.0.2
1703
+
2. Thanks to [revell1](https://github.com/revell1) to
1704
+
- report the bug in [LED state appears to be reversed. #2](https://github.com/khoih-prog/AsyncWebServer_RP2040W/issues/2), leading to v1.0.2
1705
+
- request enhancement in [Target stops responding after variable time when using Firefox on Windows 10 #3](https://github.com/khoih-prog/AsyncWebServer_RP2040W/issues/3), leading to v1.1.0
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@
11
11
## Table of Contents
12
12
13
13
*[Changelog](#changelog)
14
+
*[Release v1.1.0](#Release-v110)
14
15
*[Release v1.0.3](#Release-v103)
15
16
*[Release v1.0.2](#Release-v102)
16
17
*[Release v1.0.1](#Release-v101)
@@ -21,6 +22,11 @@
21
22
22
23
## Changelog
23
24
25
+
### Release v1.1.0
26
+
27
+
1. Fix issue with slow browsers or network. Check [Target stops responding after variable time when using Firefox on Windows 10 #3](https://github.com/khoih-prog/AsyncWebServer_RP2040W/issues/3)
"description": "Asynchronous WebServer Library for RASPBERRY_PI_PICO_W using CYW43439 WiFi with arduino-pico core. This library, which is relied on AsyncTCP_RP2040W, is part of a series of advanced Async libraries for RP2040W, such as AsyncTCP_RP2040W, AsyncUDP_RP2040W, AsyncWebServer_RP2040W, AsyncHTTPRequest_RP2040W, AsyncHTTPSRequest_RP2040W, etc. Now can display programmed WiFi country-code",
0 commit comments