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

Commit 21267b9

Browse files
authored
v1.1.4
### 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 parent 18f99ef commit 21267b9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* [Principles of operation](#principles-of-operation)
1919
* [Currently supported Boards](#currently-supported-boards)
2020
* [Changelog](#changelog)
21+
* [Releases v1.1.4](#releases-v114)
2122
* [Releases v1.1.3](#releases-v113)
2223
* [Releases v1.1.2](#releases-v112)
2324
* [Releases v1.1.1](#releases-v111)
@@ -152,6 +153,10 @@ This library is based on, modified from:
152153

153154
## Changelog
154155

156+
### Releases v1.1.4
157+
158+
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager`
159+
155160
### Releases v1.1.3
156161

157162
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13)
@@ -1080,6 +1085,10 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro
10801085

10811086
## Releases
10821087

1088+
### Releases v1.1.4
1089+
1090+
1. Fix `library.properties` dependency on unpublished [STM32AsyncTCP](https://github.com/philbowles/STM32AsyncTCP) creating error when installing this library using `Library Manager`
1091+
10831092
### Releases v1.1.3
10841093

10851094
1. Fix non-persistent Connection header bug. Check [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13)

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,ESP AsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet,LittleFS_esp32
11+
depends=AsyncTCP,ESPAsyncTCP,ESPAsync_WiFiManager,STM32duino LwIP,STM32duino STM32Ethernet,LittleFS_esp32
1212
includes=AsyncHTTPRequest_Generic.h

0 commit comments

Comments
 (0)