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.
@@ -1452,7 +1453,7 @@ Following is the debug terminal when running example [Async_AdvancedWebServer](e
1452
1453
```
1453
1454
Start Async_AdvancedWebServer on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1454
1455
AsyncTCP_RP2040W v1.1.0
1455
-
AsyncWebServer_RP2040W v1.1.0
1456
+
AsyncWebServer_RP2040W v1.1.2
1456
1457
Connecting to SSID: HueNet1
1457
1458
SSID: HueNet1
1458
1459
Local IP Address: 192.168.2.180
@@ -1476,7 +1477,7 @@ Following is debug terminal output when running example [WebClient](examples/Web
1476
1477
```
1477
1478
Start WebClient on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1478
1479
AsyncTCP_RP2040W v1.1.0
1479
-
AsyncWebServer_RP2040W v1.1.0
1480
+
AsyncWebServer_RP2040W v1.1.2
1480
1481
Connecting to SSID: HueNet1
1481
1482
SSID: HueNet1
1482
1483
Local IP Address: 192.168.2.180
@@ -1554,7 +1555,7 @@ Following is debug terminal output when running example [MQTTClient_Auth](exampl
1554
1555
```
1555
1556
Start MQTTClient_Auth on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1556
1557
AsyncTCP_RP2040W v1.1.0
1557
-
AsyncWebServer_RP2040W v1.1.0
1558
+
AsyncWebServer_RP2040W v1.1.2
1558
1559
Connecting to SSID: HueNet1
1559
1560
SSID: HueNet1
1560
1561
Local IP Address: 192.168.2.180
@@ -1576,7 +1577,7 @@ Following is debug terminal output when running example [MQTTClient_Basic](examp
1576
1577
```
1577
1578
Start MQTTClient_Basic on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1578
1579
AsyncTCP_RP2040W v1.1.0
1579
-
AsyncWebServer_RP2040W v1.1.0
1580
+
AsyncWebServer_RP2040W v1.1.2
1580
1581
Connecting to SSID: HueNet1
1581
1582
SSID: HueNet1
1582
1583
Local IP Address: 192.168.2.180
@@ -1598,7 +1599,7 @@ Following is debug terminal output when running example [MQTT_ThingStream](examp
1598
1599
```
1599
1600
Start MQTT_ThingStream on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1600
1601
AsyncTCP_RP2040W v1.1.0
1601
-
AsyncWebServer_RP2040W v1.1.0
1602
+
AsyncWebServer_RP2040W v1.1.2
1602
1603
Connecting to SSID: HueNet1
1603
1604
SSID: HueNet1
1604
1605
Local IP Address: 192.168.2.180
@@ -1626,7 +1627,7 @@ Following is the debug terminal when running example [Async_AdvancedWebServer_Co
1626
1627
```
1627
1628
Start Async_AdvancedWebServer_Country on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1628
1629
AsyncTCP_RP2040W v1.1.0
1629
-
AsyncWebServer_RP2040W v1.1.0
1630
+
AsyncWebServer_RP2040W v1.1.2
1630
1631
Connecting to SSID: HueNet1
1631
1632
SSID: HueNet1
1632
1633
Local IP Address: 192.168.2.180
@@ -1652,6 +1653,40 @@ HTTP EthernetWebServer is @ IP : 192.168.2.180
1652
1653
</p>
1653
1654
1654
1655
1656
+
---
1657
+
1658
+
#### 7. Async_AdvancedWebServer_favicon on RASPBERRY_PI_PICO_W using CYW43439 WiFi
1659
+
1660
+
Following is the debug terminal when running example [Async_AdvancedWebServer_favicon](examples/Async_AdvancedWebServer_favicon) on RASPBERRY_PI_PICO_W using CYW43439 WiFi to demonstrate the operation of AsyncWebServer_RP2040W, based on this [AsyncTCP_RP2040W Library](https://github.com/khoih-prog/AsyncTCP_RP2040W) and to display `favicon.ico`, which many browsers are interested.
1661
+
1662
+
1663
+
```
1664
+
14:22:06.632 -> Start Async_AdvancedWebServer_favicon on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
1665
+
14:22:06.632 -> AsyncTCP_RP2040W v1.1.0
1666
+
14:22:06.632 -> AsyncWebServer_RP2040W v1.1.2
1667
+
14:22:06.632 -> Connecting to SSID: HueNet1
1668
+
14:22:13.328 -> SSID: HueNet1
1669
+
14:22:13.328 -> Local IP Address: 192.168.2.180
1670
+
14:22:13.328 -> Country code: XX
1671
+
14:22:13.328 -> HTTP EthernetWebServer is @ IP : 192.168.2.180
@@ -1693,7 +1728,9 @@ Submit issues to: [AsyncWebServer_RP2040W issues](https://github.com/khoih-prog/
1693
1728
3. Modify examples to display `country-code`
1694
1729
4. Add tempo method to modify `arduino-pico` core to change `country-code`
1695
1730
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)
1696
-
1731
+
6. Add functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico`
0 commit comments