From 0ea789ec4706f1cb23785cdf61695a38576f1eb2 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 22 Mar 2021 10:57:22 -0400 Subject: [PATCH] v1.1.4 ### Releases v1.1.4 1. Fix `library.properties` dependency --- README.md | 4 ++-- library.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d66040..3ae59da 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ This library is based on, modified from: ### Releases v1.1.4 -1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager` +1. Fix `library.properties` dependency ### Releases v1.1.3 @@ -1087,7 +1087,7 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro ### Releases v1.1.4 -1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager` +1. Fix `library.properties` dependency ### Releases v1.1.3 diff --git a/library.properties b/library.properties index 2f43829..510a9ce 100644 --- a/library.properties +++ b/library.properties @@ -8,5 +8,5 @@ paragraph=This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATC category=Communication,AsyncTCP,AsyncHTTP url=https://github.com/khoih-prog/AsyncHTTPRequest_Generic architectures=* -depends=AsyncTCP,ESPAsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet,LittleFS_esp32 +depends=AsyncTCP,ESPAsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet includes=AsyncHTTPRequest_Generic.h