Commit Graph
136 Commits
Author SHA1 Message Date
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
Khoi Hoang 8baec56484 Update Packages_Patches 2022-01-23 19:13:57 -05:00
Khoi Hoang 6fe53327c2 Update Packages_Patches 2022-01-23 19:13:20 -05:00
Khoi Hoang eda76fdcf5 Update README.md
Update README.md to add warning about `Breaking Change` in v1.5.0
2022-01-09 18:46:57 -05:00
Khoi Hoang 5bff077888 v1.5.0 to fix multiple-definitions linker error
### 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](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80)
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Update all examples
v1.5.0
2021-12-30 16:53:18 -05:00
Khoi Hoang de52b1ae4a v1.5.0 to fix multiple-definitions linker error
### 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](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80)
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Update all examples
2021-12-30 16:44:36 -05:00
Khoi Hoang 273ce6163a Delete xbuf_Impl.h 2021-12-30 16:41:01 -05:00
Khoi Hoang 9636d8a920 Delete xbuf.h 2021-12-30 16:40:56 -05:00
Khoi Hoang 9bf7a201c9 v1.5.0 to fix multiple-definitions linker error
### 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](https://github.com/khoih-prog/ESPAsync_WiFiManager/discussions/80)
2. Optimize library code by using `reference-passing` instead of `value-passing`
3. Update all examples
2021-12-30 16:40:14 -05:00
Khoi Hoang 13ce8e73b7 Delete xbuf_Impl.h 2021-12-30 16:38:15 -05:00
Khoi Hoang b82383c2f7 Delete xbuf.h 2021-12-30 16:38:11 -05:00
Khoi Hoang 8ae43fc2db Delete AsyncHTTPRequest_Impl_Generic.h 2021-12-30 16:38:05 -05:00
Khoi Hoang 995edc2533 Delete AsyncHTTPRequest_Generic.h 2021-12-30 16:37:59 -05:00
Khoi Hoang cb144e93c0 Delete AsyncHTTPRequest_Debug_Generic.h 2021-12-30 16:37:55 -05:00
Khoi Hoang a03b1fe869 Delete xbuf.h 2021-12-30 16:37:48 -05:00
Khoi Hoang ad1d27cd2b Delete xbuf.cpp 2021-12-30 16:37:44 -05:00
Khoi Hoang 7740dc4d11 Delete AsyncHTTPRequest_Generic.h 2021-12-30 16:37:38 -05:00
Khoi Hoang 7763f8320e Delete AsyncHTTPRequest_Generic.cpp 2021-12-30 16:37:33 -05:00