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

Commit 733e67d

Browse files
authored
v1.5.1 to add demo sending in chunks
#### Releases v1.5.1 1. Add examples [Async_AdvancedWebServer_SendChunked](https://github.com/khoih-prog/AsyncWebServer_Ethernet/tree/main/examples/Async_AdvancedWebServer_SendChunked) and [AsyncWebServer_SendChunked](https://github.com/khoih-prog/AsyncWebServer_Ethernet/tree/main/examples/AsyncWebServer_SendChunked) to demo how to use `beginChunkedResponse()` to send large `html` in chunks 2. Use `allman astyle` and add `utils`
1 parent f991b5e commit 733e67d

40 files changed

+3079
-2497
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,47 @@ Arduino IDE version: 1.8.19
3030
ESP8266_NODEMCU_ESP12E using ESP8266_W5500 Ethernet
3131
ESP8266 core v3.0.2
3232
OS: Ubuntu 20.04 LTS
33-
Linux xy-Inspiron-3593 5.15.0-48-generic #54~20.04.1-Ubuntu SMP Thu Sep 1 16:17:26 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
33+
Linux xy-Inspiron-3593 5.15.0-52-generic #58~20.04.1-Ubuntu SMP Thu Oct 13 13:09:46 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3434
3535
Context:
3636
I encountered a crash while using this library
37-
3837
Steps to reproduce:
3938
1. ...
4039
2. ...
4140
3. ...
4241
4. ...
4342
```
4443

44+
### Additional context
45+
46+
Add any other context about the problem here.
47+
48+
---
49+
4550
### Sending Feature Requests
4651

4752
Feel free to post feature requests. It's helpful if you can explain exactly why the feature would be useful.
4853

4954
There are usually some outstanding feature requests in the [existing issues list](https://github.com/khoih-prog/AsyncWebServer_Ethernet/issues?q=is%3Aopen+is%3Aissue+label%3Aenhancement), feel free to add comments to them.
5055

56+
---
57+
5158
### Sending Pull Requests
5259

5360
Pull Requests with changes and fixes are also welcome!
5461

62+
Please use the `astyle` to reformat the updated library code as follows (demo for Ubuntu Linux)
63+
64+
1. Change directory to the library GitHub
65+
66+
```
67+
xy@xy-Inspiron-3593:~$ cd Arduino/xy/AsyncWebServer_Ethernet_GitHub/
68+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_Ethernet_GitHub$
69+
```
70+
71+
2. Issue astyle command
72+
73+
```
74+
xy@xy-Inspiron-3593:~/Arduino/xy/AsyncWebServer_Ethernet_GitHub$ bash utils/restyle.sh
75+
```
76+

0 commit comments

Comments
 (0)