Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
v1.5.0 fixing issue with slow browsers, etc.
Browse files Browse the repository at this point in the history
### Releases v1.5.0

1. Fix issue with slow browsers or network. Check [Target stops responding after variable time when using Firefox on Windows 10 #3](khoih-prog/AsyncWebServer_RP2040W#3)
2. Add functions and example `Async_AdvancedWebServer_favicon` to support `favicon.ico`
  • Loading branch information
khoih-prog authored Oct 1, 2022
1 parent 4db0fca commit 775dec9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
* [11. **MQTT_ThingStream**](examples/MQTT_ThingStream)
* [12. WebClient](examples/WebClient)
* [13. WebClientRepeating](examples/WebClientRepeating)
* [14. Async_AdvancedWebServer_favicon](examples/Async_AdvancedWebServer_favicon) **New**
* [Example Async_AdvancedWebServer](#example-Async_AdvancedWebServer)
* [Debug Terminal Output Samples](#debug-Terminal-output-samples)
* [1. Async_AdvancedWebServer on Teensy4.1 QNEthernet](#1-Async_AdvancedWebServer-on-Teensy41-QNEthernet)
Expand Down Expand Up @@ -150,7 +151,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP

1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
2. [`Teensy core v1.57+`](https://www.pjrc.com/teensy/td_download.html) for Teensy 4.1. [![GitHub release](https://img.shields.io/github/release/PaulStoffregen/cores.svg)](https://github.com/PaulStoffregen/cores/releases/latest)
3. [`QNEthernet Library version v0.15.0+`](https://github.com/ssilverman/QNEthernet) for Teensy 4.1 built-in Ethernet. [![GitHub release](https://img.shields.io/github/release/ssilverman/QNEthernet.svg)](https://github.com/ssilverman/QNEthernet/releases/latest)
3. [`QNEthernet Library version v0.15.0+`](https://github.com/ssilverman/QNEthernet) for Teensy 4.1 built-in Ethernet
4. [`Teensy41_AsyncTCP library v1.0.0+`](https://github.com/khoih-prog/Teensy41_AsyncTCP) to use **Teensy 4.1 using QNEthernet Library**. [![GitHub release](https://img.shields.io/github/release/khoih-prog/Teensy41_AsyncTCP.svg)](https://github.com/khoih-prog/Teensy41_AsyncTCP/releases/latest)

---
Expand Down Expand Up @@ -1120,8 +1121,7 @@ server.reset();

## Setting up the server

https://github.com/khoih-prog/AsyncWebServer_Teensy41/blob/d09281ae572db571fa5e53e624ca19f16462f892/examples/Async_HelloServer/Async_HelloServer.ino#L13-L150

https://github.com/khoih-prog/AsyncWebServer_Teensy41/blob/4db0fcafc96fa8d483f20a120187f17eb90275cb/examples/Async_HelloServer/Async_HelloServer.ino#L13-L150

---

Expand Down

0 comments on commit 775dec9

Please sign in to comment.