Commit Graph

153 Commits

Author SHA1 Message Date
Khoi Hoang
07e2add996 v1.9.0 to fix bug and optimize code
### Releases v1.9.0

1. Fix long timeout if using `IPAddress`. Check [setTimeout() hasn't any effect #38](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/38)
2. Optimize code
3. Display only successful responseText in examples
4. Improve debug messages by adding functions to display error messages instead of `cryptic error number`
5. Remove support to STM32 using **LAN8720** due to problem with new STM32 core v2.3.0
5. Update `Packages' Patches`
2022-08-30 22:59:23 -04:00
Khoi Hoang
dabf181406 Update Packages' Patches 2022-08-30 22:57:28 -04:00
Khoi Hoang
31d4898bca Delete hal_conf_extra.h 2022-08-30 22:27:32 -04:00
Khoi Hoang
a369b02a42 Delete defines.h 2022-08-30 22:27:27 -04:00
Khoi Hoang
7181a61fe8 Delete AsyncWebClientRepeating_STM32_LAN8720.ino 2022-08-30 22:27:18 -04:00
Khoi Hoang
8ac696f5f1 Delete hal_conf_extra.h 2022-08-30 22:27:13 -04:00
Khoi Hoang
6f98b65cc3 Delete defines.h 2022-08-30 22:27:08 -04:00
Khoi Hoang
465a066a53 Delete AsyncSimpleGET_STM32_LAN8720.ino 2022-08-30 22:27:03 -04:00
Khoi Hoang
2999d23cc4 Delete hal_conf_extra.h 2022-08-30 22:26:58 -04:00
Khoi Hoang
58a459dfc3 Delete defines.h 2022-08-30 22:26:53 -04:00
Khoi Hoang
11d003f933 Delete AsyncHTTPRequest_STM32_LAN8720.ino 2022-08-30 22:26:48 -04:00
Khoi Hoang
86fed3ed9a Delete hal_conf_extra.h 2022-08-30 22:26:43 -04:00
Khoi Hoang
1cb2389f2c Delete defines.h 2022-08-30 22:26:39 -04:00
Khoi Hoang
1c15770110 Delete AsyncDweetPost_STM32_LAN8720.ino 2022-08-30 22:26:35 -04:00
Khoi Hoang
61801ad6dd Delete hal_conf_extra.h 2022-08-30 22:26:27 -04:00
Khoi Hoang
0cb2e29f9c Delete defines.h 2022-08-30 22:26:23 -04:00
Khoi Hoang
ce47c21b52 Delete AsyncDweetGet_STM32_LAN8720.ino 2022-08-30 22:26:18 -04:00
Khoi Hoang
90fb4289e6 Delete hal_conf_extra.h 2022-08-30 22:26:12 -04:00
Khoi Hoang
073cd4560a Delete defines.h 2022-08-30 22:26:07 -04:00
Khoi Hoang
1c9b6b728f Delete AsyncCustomHeader_STM32_LAN8720.ino 2022-08-30 22:26:03 -04:00
Khoi Hoang
2b193f78d3 Fix redundancy in example
Check [Redundant code #36](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/36)
2022-08-20 12:03:14 -04:00
Khoi Hoang
d6e0fbac77 Add stale.yml v1.8.2 2022-08-10 15:37:58 -04:00
Khoi Hoang
cf0fd6cf93 v1.8.2 to fix library.properties, etc.
### Releases v1.8.2

1. Fix library.properties to remove unavailable items from depends. Check [Remove unavailable items from depends field of library.properties #35](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/35)
2. Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
3. Fix compile error for [AsyncHTTPRequest_ESP_WiFiManager example](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP_WiFiManager)
4. Update `Packages' Patches`
2022-08-10 15:36:35 -04:00
Khoi Hoang
0948b9989e v1.8.2 to fix library.properties, etc.
### Releases v1.8.2

1. Fix library.properties to remove unavailable items from depends. Check [Remove unavailable items from depends field of library.properties #35](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/35)
2. Remove lorol's LittleFS_esp32 library dependency as LittleFS has been included in new ESP32 cores v1.0.6+
3. Fix compile error for [AsyncHTTPRequest_ESP_WiFiManager example](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/tree/master/examples/AsyncHTTPRequest_ESP_WiFiManager)
4. Update `Packages' Patches`
2022-08-10 15:32:34 -04:00
Khoi Hoang
5871d154ba Update Packages' Patches 2022-08-10 15:29:26 -04:00
Khoi Hoang
c4251541d8 Update Packages' Patches 2022-08-10 15:28:49 -04:00
Khoi Hoang
f420987a47 Merge pull request #35 from per1234/remove-invalid-depends
Remove unavailable items from `depends` field of library.properties
2022-08-10 14:05:28 -04:00
per1234
1b67b2f3ff Remove unavailable items from depends field of library.properties
The depends field of the library.properties metadata file specifies the dependencies that should be installed along with
the library by the Arduino Library Manager.

This field must contain only the names of libraries that are available for installation via Library Manager.

The presence of any items which are not in Library Manager causes installation of the library to fail:

- Arduino IDE 1.x: "no protocol:" error
- Arduino IDE 2.x: fails silently
- Arduino CLI: "No valid dependencies solution found" error
2022-08-09 20:25:26 -07:00
Khoi Hoang
e981dea822 v1.8.1 to add support to ESP8266 using ENC28J660
### Releases v1.8.1

1. Add support to ESP8266 using ENC28J60 with [lwIP_enc28j60](https://github.com/esp8266/Arduino/tree/master/libraries/lwIP_enc28j60) library
v1.8.1
2022-04-14 00:16:04 -04:00
Khoi Hoang
e3dd512e7a 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`
v1.8.0
2022-04-13 22:46:46 -04:00
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
41cb4742ba Update Packages' Patches 2022-04-13 22:41:06 -04:00
Khoi Hoang
03a6caf35a Update Packages' Patches 2022-04-13 22:40:15 -04:00
Khoi Hoang
5d1e3fb14f Update Packages' Patches 2022-04-13 22:39:15 -04:00
Khoi Hoang
b9102c90b5 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:37:41 -04:00
Khoi Hoang
3eed2218ce Update WT32_ETH01 examples
Using correct `WT32_ETH01_isConnected()` for Ethernet status
2022-03-22 13:23:17 -04:00
Khoi Hoang
c07a5e4761 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`
v1.7.1
2022-02-25 20:48:38 -05: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
27de84dca8 Update Packages' Patches 2022-02-25 20:45:01 -05:00
Khoi Hoang
f1c37f9cf6 Update Packages' Patches 2022-02-25 20:43:56 -05:00
Khoi Hoang
97bf2091a9 Update Packages' Patches 2022-02-25 20:43:07 -05:00
Khoi Hoang
98733a6c4a v1.7.1 for multi-address requests 2022-02-25 20:30:57 -05:00
Khoi Hoang
eed2745dfb Fix bug 2022-02-12 14:18:20 -05:00
Khoi Hoang
c9ad8ecce1 Fix typo 2022-02-12 00:21:32 -05:00
Khoi Hoang
d009fb9baf 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+
v1.7.0
2022-02-11 23:41:55 -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
8a211da406 Add buymeacoffee
Finally, in need of some real coffee ;=))
2022-02-03 17:12:03 -05:00
Khoi Hoang
54f8e860c5 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`
v1.6.0
2022-01-23 19:20:49 -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
Khoi Hoang
c1a360018b Update Packages_Patches 2022-01-23 19:15:05 -05:00