Khoi Hoang
c0be95b2ba
v1.8.0 to add support to ESP8266 using W5x00
...
### Releases v1.8.0
1. Add support to ESP8266 using W5x00 with [lwIP_w5100](https://github.com/esp8266/Arduino/tree/master/libraries/lwIP_w5100 ) or [lwIP_w5500](https://github.com/esp8266/Arduino/tree/master/libraries/lwIP_w5500 ) library
2. Add example [AsyncHTTPRequest_ESP8266_Ethernet](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP8266_Ethernet ) to demo the new feature.
3. Update `Packages' Patches`
2022-04-13 22:41:55 -04:00
Khoi Hoang
ffde7a20a0
v1.7.1 for multi-address requests
...
### Releases v1.7.1
1. Add example [AsyncHTTPRequest_ESP_Multi](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP_Multi ) to demo connection to multiple addresses.
2. Update `Packages' Patches`
2022-02-25 20:45:58 -05:00
Khoi Hoang
f95cc9ee90
v1.7.0 to add support to ESP32-S3
...
### Releases v1.7.0
1. Add support to new `ESP32-S3`
2. Add `LittleFS` support to `ESP32-C3`
3. Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
2022-02-11 23:39:39 -05:00
Khoi Hoang
9267f40827
v1.6.0 to reduce v1.5.0 breaking effect
...
### Releases v1.6.0
1. Reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only `AsyncHTTPRequest_Generic.h`
2. Update `Packages' Patches`
2022-01-23 19:16:33 -05:00