Khoi Hoang
|
0fd4700d36
|
v1.1.5
### Releases v1.1.5
1. Fix dependency on unpublished [**STM32AsyncTCP Library**](https://github.com/philbowles/STM32AsyncTCP). Check [Compilation broken due to error in STM32AsyncTCP dependency](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/4) and [how to run one of the examples?](https://github.com/khoih-prog/AsyncWebServer_STM32/issues/2).
|
2021-03-22 20:22:33 -04:00 |
|
Khoi Hoang
|
c9be0bdaab
|
Releases v1.1.3
### Releases v1.1.3
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13)
2. Add ESP32-S2 support
3. Tested with [**Latest ESP32 Core 1.0.5**](https://github.com/espressif/arduino-esp32) for ESP32-based boards.
|
2021-02-25 16:51:32 -05:00 |
|
Khoi Hoang
|
b691c1b98b
|
v1.1.2
### Releases v1.1.2
1. Rename _lock and _unlock to avoid conflict with [**ESP32/ESP8266 AsyncWebServer**](https://github.com/me-no-dev/ESPAsyncWebServer) library. Check [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11)
2. Fix compiler warnings.
|
2021-02-11 14:48:08 -05:00 |
|
Khoi Hoang
|
b5831c36a1
|
v1.0.2
### Releases v1.0.2
1. Make Mutex Lock and delete more reliable and error-proof to prevent random crash.
|
2020-11-09 03:59:44 -05:00 |
|
Khoi Hoang
|
47fd60f7ca
|
Add more examples
|
2020-09-15 14:24:44 -04:00 |
|