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

Commit f2729d6

Browse files
authored
v1.6.1 to add demo sending in chunks
#### Release v1.6.1 1. Add examples [Async_AdvancedWebServer_SendChunked](https://github.com/khoih-prog/AsyncWebServer_STM32/tree/main/examples/Async_AdvancedWebServer_SendChunked) and [AsyncWebServer_SendChunked](https://github.com/khoih-prog/AsyncWebServer_STM32/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 6b2f9fc commit f2729d6

36 files changed

+2969
-2584
lines changed

CONTRIBUTING.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,24 +31,47 @@ Arduino IDE version: 1.8.19
3131
STM32 Core Version 2.3.0
3232
Nucleo-144 STM32F7 NUCLEO_F767ZI
3333
OS: Ubuntu 20.04 LTS
34-
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
34+
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
3535
3636
Context:
3737
I encountered a crash while using this library
38-
3938
Steps to reproduce:
4039
1. ...
4140
2. ...
4241
3. ...
4342
4. ...
4443
```
44+
45+
### Additional context
46+
47+
Add any other context about the problem here.
48+
49+
---
50+
4551
### Sending Feature Requests
4652

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

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

57+
---
58+
5159
### Sending Pull Requests
5260

5361
Pull Requests with changes and fixes are also welcome!
5462

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

0 commit comments

Comments
 (0)