This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/AsyncHTTPRequest_Generic
Releases · khoih-prog/AsyncHTTPRequest_Generic
v1.8.1 to add support to ESP8266 using ENC28J60 with lwIP_enc28j60 library
Releases v1.8.1
- Add support to ESP8266 using ENC28J60 with lwIP_enc28j60 library
v1.8.0 to add support to ESP8266 using W5x00 with lwIP_w5100 or lwIP_w5500 library, etc.
Releases v1.8.0
- Add support to ESP8266 using W5x00 with lwIP_w5100 or lwIP_w5500 library
- Add example AsyncHTTPRequest_ESP8266_Ethernet to demo the new feature.
- Update
Packages' Patches
v1.7.1 to add example AsyncHTTPRequest_ESP_Multi to demo how to connect to multiple addresses
Releases v1.7.1
- Add example AsyncHTTPRequest_ESP_Multi to demo connection to multiple addresses.
- Update
Packages' Patches
v1.7.0 to add support to new `ESP32-S3` , to add LittleFS support to `ESP32-C3` and to use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
Releases v1.7.0
- Add support to new
ESP32-S3
- Add
LittleFS
support toESP32-C3
- Use ESP32-core's LittleFS library instead of Lorol's LITTLEFS library for v2.0.0+
v1.6.0 to reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only `AsyncHTTPRequest_Generic.h`
Releases v1.6.0
- Reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only
AsyncHTTPRequest_Generic.h
- Update
Packages' Patches
v1.5.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`
Releases v1.5.0
- Fix
multiple-definitions
linker error and weird bug related tosrc_cpp
. Check Different behaviour using the src_cpp or src_h lib #80 - Optimize library code by using
reference-passing
instead ofvalue-passing
- Update all examples
v1.4.1 to auto detect ESP32 core to use for WT32_ETH01 and fix bug in WT32_ETH01 examples to reduce connection time
Releases v1.4.1
Warning: Releases v1.4.1+ can be used and autodetect ESP32 core v2.0.0+ or v1.0.6- for WT32_ETH01
- Auto detect ESP32 core to use for WT32_ETH01
- Fix bug in WT32_ETH01 examples to reduce connection time
v1.4.0 to fix crashing bug when request a non-existing IP
Releases v1.4.0
- Fix crashing bug when request a non-existing IP. Check Http GET polling causes crash when host disconnected #22
- Modify
platform.ini
to avoid compile error with PIO when using ESP8266/ESP32
v1.3.1 to update `platform.ini` and `library.json`
Releases v1.3.1
- Update
platform.ini
andlibrary.json
to use originalkhoih-prog
instead ofkhoih.prog
after PIO fix - Update
Packages' Patches
Release v1.3.0 to add support to WT32_ETH01 (ESP32 + LAN8720) boards
Releases v1.3.0
- Add support to WT32_ETH01 (ESP32 + LAN8720) boards
- Add examples with new features