Commit Graph
163 Commits
Author SHA1 Message Date
Khoi Hoang 89d10346df v1.10.0 to fix bug and clean-up
### Releases v1.10.0

1. Fix bug.
2. Clean up
2022-10-20 16:54:51 -04:00
Khoi Hoang 89079c915e v1.9.2 not to reconnect after connected
### Releases v1.9.2

1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/12)
2. Update `Packages' Patches`
v1.9.2
2022-10-18 22:42:35 -04:00
Khoi Hoang 5bdf91736a v1.9.2 not to reconnect after connected
### Releases v1.9.2

1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/12)
2. Update `Packages' Patches`
2022-10-18 22:40:07 -04:00
Khoi Hoang 79f62c3f4a v1.9.2 not to reconnect after connected
### Releases v1.9.2

1. Not try to reconnect to the same host:port after connected. Check [setReuse feature #12](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/12)
2. Update `Packages' Patches`
2022-10-18 22:36:53 -04:00
Khoi Hoang dcdf3dc5f9 Update Packages' Patches 2022-10-18 22:35:39 -04:00
Khoi Hoang a1d91e3f3c v1.9.1 to fix ESP32 chipID
### Releases v1.9.1

1. Fix ESP32 chipID for example `AsyncHTTPRequest_ESP_WiFiManager`
2. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
v1.9.1
2022-09-09 23:06:15 -04:00
Khoi Hoang 7eb3b1b470 v1.9.1 to fix ESP32 chipID
### Releases v1.9.1

1. Fix ESP32 chipID for example `AsyncHTTPRequest_ESP_WiFiManager`
2. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
2022-09-09 23:04:17 -04:00
Khoi Hoang 3b52e27f7c Fix typo 2022-09-09 11:51:08 -04:00
Khoi Hoang b393a7efb7 Update .github v1.9.0 2022-08-30 23:03:26 -04:00
Khoi Hoang ac4e403d0e 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 23:02:23 -04:00
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