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

Releases: khoih-prog/AsyncHTTPRequest_Generic

v1.8.1 to add support to ESP8266 using ENC28J60 with lwIP_enc28j60 library

14 Apr 04:18
e981dea
Compare
Choose a tag to compare

Releases v1.8.1

  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.

14 Apr 02:51
e3dd512
Compare
Choose a tag to compare

Releases v1.8.0

  1. Add support to ESP8266 using W5x00 with lwIP_w5100 or lwIP_w5500 library
  2. Add example AsyncHTTPRequest_ESP8266_Ethernet to demo the new feature.
  3. Update Packages' Patches

v1.7.1 to add example AsyncHTTPRequest_ESP_Multi to demo how to connect to multiple addresses

26 Feb 01:50
c07a5e4
Compare
Choose a tag to compare

Releases v1.7.1

  1. Add example AsyncHTTPRequest_ESP_Multi to demo connection to multiple addresses.
  2. 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+

12 Feb 04:44
d009fb9
Compare
Choose a tag to compare

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+

v1.6.0 to reduce the breaking effect of v1.5.0 by enabling compatibility with old code to include only `AsyncHTTPRequest_Generic.h`

24 Jan 00:25
54f8e86
Compare
Choose a tag to compare

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

v1.5.0 to fix `multiple-definitions` linker error and to optimize library code by using `reference-passing` instead of `value-passing`

30 Dec 21:54
5bff077
Compare
Choose a tag to compare

Releases v1.5.0

  1. Fix multiple-definitions linker error and weird bug related to src_cpp. Check Different behaviour using the src_cpp or src_h lib #80
  2. Optimize library code by using reference-passing instead of value-passing
  3. 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

29 Nov 07:11
a9336b6
Compare
Choose a tag to compare

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
  1. Auto detect ESP32 core to use for WT32_ETH01
  2. Fix bug in WT32_ETH01 examples to reduce connection time

v1.4.0 to fix crashing bug when request a non-existing IP

23 Nov 07:20
6a9797e
Compare
Choose a tag to compare

Releases v1.4.0

  1. Fix crashing bug when request a non-existing IP. Check Http GET polling causes crash when host disconnected #22
  2. Modify platform.ini to avoid compile error with PIO when using ESP8266/ESP32

v1.3.1 to update `platform.ini` and `library.json`

09 Oct 19:17
6baa649
Compare
Choose a tag to compare

Releases v1.3.1

  1. Update platform.ini and library.json to use original khoih-prog instead of khoih.prog after PIO fix
  2. Update Packages' Patches

Release v1.3.0 to add support to WT32_ETH01 (ESP32 + LAN8720) boards

10 Jul 04:31
25668f7
Compare
Choose a tag to compare

Releases v1.3.0

  1. Add support to WT32_ETH01 (ESP32 + LAN8720) boards
  2. Add examples with new features