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

Commit 0ea789e

Browse files
authored
v1.1.4
### Releases v1.1.4 1. Fix `library.properties` dependency
1 parent ee0c5d4 commit 0ea789e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ This library is based on, modified from:
155155

156156
### Releases v1.1.4
157157

158-
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager`
158+
1. Fix `library.properties` dependency
159159

160160
### Releases v1.1.3
161161

@@ -1087,7 +1087,7 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro
10871087

10881088
### Releases v1.1.4
10891089

1090-
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager`
1090+
1. Fix `library.properties` dependency
10911091

10921092
### Releases v1.1.3
10931093

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ paragraph=This AsyncHTTPRequest_Generic Library, supporting GET, POST, PUT, PATC
88
category=Communication,AsyncTCP,AsyncHTTP
99
url=https://github.com/khoih-prog/AsyncHTTPRequest_Generic
1010
architectures=*
11-
depends=AsyncTCP,ESPAsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet,LittleFS_esp32
11+
depends=AsyncTCP,ESPAsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet
1212
includes=AsyncHTTPRequest_Generic.h

0 commit comments

Comments
 (0)