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

Commit

Permalink
v1.5.0 to fix _catchAllHandler bug
Browse files Browse the repository at this point in the history
#### Release v1.5.0

1. Fix `_catchAllHandler` not working bug. Check [catchAll handler not working #12](khoih-prog/AsyncWebServer_RP2040W#12)
2. Improve `README.md` so that links can be used in other sites, such as `PIO`
  • Loading branch information
khoih-prog authored Jan 30, 2023
1 parent 76c887f commit aa173e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ You can access the Async Advanced WebServers at the displayed server IP, e.g. `1

#### 9. Async_AdvancedWebServer_SendChunked on PORTENTA_H7_M7 using WiFi

Following is debug terminal output when running example [Async_AdvancedWebServer_SendChunked](https://github.com/khoih-prog/Portenta_H7_AsyncWebServer/tree/main/examples/Async_AdvancedWebServer_SendChunked) on PORTENTA_H7_M7 using WiFi, to demo how to use `beginChunkedResponse()` to send large `html` in chunks
Following is debug terminal output when running example [Async_AdvancedWebServer_SendChunked](https://github.com/khoih-prog/Portenta_H7_AsyncWebServer/tree/main/examples/WiFi/Async_AdvancedWebServer_SendChunked) on PORTENTA_H7_M7 using WiFi, to demo how to use `beginChunkedResponse()` to send large `html` in chunks


```
Expand Down Expand Up @@ -1988,7 +1988,7 @@ You can access the Portenta_H7_AsyncWebServer at the displayed server IP

#### 10. Async_AdvancedWebServer_SendChunked on PORTENTA_H7_M7 using Ethernet

Following is debug terminal output when running example [Async_AdvancedWebServer_SendChunked](https://github.com/khoih-prog/Portenta_H7_AsyncWebServer/tree/main/examples/Async_AdvancedWebServer_SendChunked) on PORTENTA_H7_M7 using Ethernet and Portenta_Ethernet Library , to demo how to use `beginChunkedResponse()` to send large `html` in chunks
Following is debug terminal output when running example [Async_AdvancedWebServer_SendChunked](https://github.com/khoih-prog/Portenta_H7_AsyncWebServer/tree/main/examples/Ethernet/Async_AdvancedWebServer_SendChunked) on PORTENTA_H7_M7 using Ethernet and Portenta_Ethernet Library , to demo how to use `beginChunkedResponse()` to send large `html` in chunks


```
Expand Down

0 comments on commit aa173e7

Please sign in to comment.