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

Commit e97224a

Browse files
authored
v1.10.1 to fix bug of wrong reqStates
### Releases v1.10.1 1. Fix bug of wrong `reqStates` 2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
1 parent 40e15e3 commit e97224a

File tree

1 file changed

+27
-23
lines changed

1 file changed

+27
-23
lines changed

README.md

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -478,14 +478,14 @@ Please take a look at other examples, as well.
478478
479479
#### 1. File [AsyncHTTPRequest_STM32.ino](examples/AsyncHTTPRequest_STM32/AsyncHTTPRequest_STM32.ino)
480480
481-
https://github.com/khoih-prog/AsyncHTTPRequest_Generic/blob/89d10346dfc5d96dd51c5348f65b273f24ee3cb0/examples/AsyncHTTPRequest_STM32/AsyncHTTPRequest_STM32.ino#L43-L148
481+
https://github.com/khoih-prog/AsyncHTTPRequest_Generic/blob/40e15e30f934e4b269b16a8ab8727558f0ab7b03/examples/AsyncHTTPRequest_STM32/AsyncHTTPRequest_STM32.ino#L43-L148
482482
483483
484484
---
485485
486486
#### 2. File [defines.h](examples/AsyncHTTPRequest_STM32/defines.h)
487487
488-
https://github.com/khoih-prog/AsyncHTTPRequest_Generic/blob/89d10346dfc5d96dd51c5348f65b273f24ee3cb0/examples/AsyncHTTPRequest_STM32/defines.h#L22-L134
488+
https://github.com/khoih-prog/AsyncHTTPRequest_Generic/blob/40e15e30f934e4b269b16a8ab8727558f0ab7b03/examples/AsyncHTTPRequest_STM32/defines.h#L22-L134
489489
490490
491491
---
@@ -497,7 +497,7 @@ https://github.com/khoih-prog/AsyncHTTPRequest_Generic/blob/89d10346dfc5d96dd51c
497497
498498
```
499499
Start AsyncHTTPRequest_STM32 on NUCLEO_F767ZI
500-
AsyncHTTPRequest_Generic v1.10.0
500+
AsyncHTTPRequest_Generic v1.10.1
501501
AsyncHTTPRequest @ IP : 192.168.2.178
502502

503503
**************************************
@@ -542,7 +542,7 @@ week_number: 42
542542

543543
```
544544
Starting AsyncHTTPRequest_ESP_WiFiManager using LittleFS on ESP8266_NODEMCU
545-
AsyncHTTPRequest_Generic v1.10.0
545+
AsyncHTTPRequest_Generic v1.10.1
546546
Stored: SSID = HueNet1, Pass = 12345678
547547
Got stored Credentials. Timeout 120s
548548
ConnectMultiWiFi in setup
@@ -574,7 +574,7 @@ HHHHHH
574574

575575
```
576576
Starting AsyncHTTPRequest_ESP_WiFiManager using SPIFFS on ESP32_DEV
577-
AsyncHTTPRequest_Generic v1.10.0
577+
AsyncHTTPRequest_Generic v1.10.1
578578
Stored: SSID = HueNet1, Pass = 12345678
579579
Got stored Credentials. Timeout 120s
580580
ConnectMultiWiFi in setup
@@ -624,7 +624,7 @@ HHHHHHHHH HHHHHHHHHH HHHHHHHHHH
624624

625625
```
626626
Starting AsyncHTTPRequest_ESP using ESP8266_NODEMCU
627-
AsyncHTTPRequest_Generic v1.10.0
627+
AsyncHTTPRequest_Generic v1.10.1
628628
Connecting to WiFi SSID: HueNet1
629629
...........
630630
HTTP WebServer is @ IP : 192.168.2.81
@@ -656,7 +656,7 @@ HHHHHHHHH HHHHHHHHHH HHHHHHHHHH H
656656

657657
```
658658
Start AsyncWebClientRepeating_STM32 on NUCLEO_F767ZI
659-
AsyncHTTPRequest_Generic v1.10.0
659+
AsyncHTTPRequest_Generic v1.10.1
660660
AsyncHTTPRequest @ IP : 192.168.2.72
661661
662662
**************************************
@@ -710,7 +710,7 @@ AsyncHTTPRequest @ IP : 192.168.2.72
710710
```
711711
Starting AsyncHTTPRequest_WT32_ETH01 on ESP32_DEV with ETH_PHY_LAN8720
712712
WebServer_WT32_ETH01 v1.5.1
713-
AsyncHTTPRequest_Generic v1.10.0
713+
AsyncHTTPRequest_Generic v1.10.1
714714
ETH MAC: A8:03:2A:A1:61:73, IPv4: 192.168.2.232, FULL_DUPLEX, 100Mbps
715715
AsyncHTTPRequest @ IP : 192.168.2.232
716716
@@ -740,7 +740,7 @@ week_number: 42
740740
```
741741
Starting AsyncHTTPRequest_ESP_WiFiManager using LittleFS on ESP32C3_DEV
742742
ESPAsync_WiFiManager v1.15.0
743-
AsyncHTTPRequest_Generic v1.10.0
743+
AsyncHTTPRequest_Generic v1.10.1
744744
Stored: SSID = HueNet1, Pass = password
745745
Got stored Credentials. Timeout 120s
746746
ConnectMultiWiFi in setup
@@ -791,7 +791,7 @@ week_number: 42
791791
```
792792
Starting AsyncHTTPRequest_ESP_WiFiManager using LittleFS on ESP32S3_DEV
793793
ESPAsync_WiFiManager v1.15.0
794-
AsyncHTTPRequest_Generic v1.10.0
794+
AsyncHTTPRequest_Generic v1.10.1
795795
Stored: SSID = HueNet1, Pass = password
796796
Got stored Credentials. Timeout 120s
797797
ConnectMultiWiFi in setup
@@ -843,7 +843,7 @@ The terminal output of [AsyncHTTPRequest_ESP_Multi example](examples/AsyncHTTPRe
843843

844844
```
845845
Starting AsyncHTTPRequest_ESP_Multi using ESP32_DEV
846-
AsyncHTTPRequest_Generic v1.10.0
846+
AsyncHTTPRequest_Generic v1.10.1
847847
Connecting to WiFi SSID: HueNet1
848848
.......
849849
AsyncHTTPSRequest @ IP : 192.168.2.88
@@ -904,7 +904,7 @@ The terminal output of [AsyncHTTPRequest_ESP8266_Ethernet example](examples/Asyn
904904

905905
```
906906
Starting AsyncHTTPRequest_ESP8266_Ethernet on ESP8266_NODEMCU_ESP12E using ESP8266_W5500 Ethernet
907-
AsyncHTTPRequest_Generic v1.10.0
907+
AsyncHTTPRequest_Generic v1.10.1
908908
Connecting ethernet..
909909
Ethernet IP address: 192.168.2.187
910910
@@ -954,7 +954,7 @@ The terminal output of [AsyncHTTPRequest_ESP8266_Ethernet example](examples/Asyn
954954

955955
```
956956
Starting AsyncHTTPRequest_ESP8266_Ethernet on ESP8266_NODEMCU_ESP12E using ESP8266_ENC28J60 Ethernet
957-
AsyncHTTPRequest_Generic v1.10.0
957+
AsyncHTTPRequest_Generic v1.10.1
958958
Connecting to network : ..........................................................
959959
Ethernet IP address: 192.168.2.187
960960
@@ -1059,7 +1059,7 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro
10591059
20. Fix ESP32 chipID for example`AsyncHTTPRequest_ESP_WiFiManager`
10601060
21. Remove dependency on `LittleFS_esp32` library to prevent PIO error when using new ESP32 core v1.0.6+
10611061
22. Not try to reconnect to the same `host:port` after connected
1062-
1062+
23. Fix bug of wrong `reqStates` introduced from `v1.9.0`
10631063

10641064
---
10651065
---
@@ -1068,15 +1068,17 @@ Submit issues to: [AsyncHTTPRequest_Generic issues](https://github.com/khoih-pro
10681068

10691069
This library is based on, modified, bug-fixed and improved from:
10701070

1071-
1. [Bob Lemaire's **asyncHTTPrequest Library**](https://github.com/boblemaire/asyncHTTPrequest) to use the better **asynchronous** features of these following Async TCP Libraries : ( [`ESPAsyncTCP`](https://github.com/me-no-dev/ESPAsyncTCP), [`AsyncTCP`](https://github.com/me-no-dev/AsyncTCP), and [`STM32AsyncTCP`](https://github.com/philbowles/STM32AsyncTCP) ).
1072-
2. Thanks to [Daniel Brunner](https://github.com/0xFEEDC0DE64) to report and make PR in [Fixed linker errors when included in multiple .cpp files](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/1) leading to v1.0.1. See [**HOWTO Fix `Multiple Definitions` Linker Error**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic#HOWTO-Fix-Multiple-Definitions-Linker-Error)
1073-
3. Thanks to [gleniat](https://github.com/gleniat) to make enhancement request in [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5) leading to v1.1.0.
1074-
4. Thanks to [BadDwarf](https://github.com/baddwarf) to report [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11) leading to the enhancement in v1.1.2.
1075-
5. Thanks to [spdi](https://github.com/spdi) to report [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13) leading to new release v1.1.3 to fix bug.
1076-
6. Thanks to [andrewk123](https://github.com/andrewk123) to report [**Http GET polling causes crash when host disconnected #22**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/22) leading to new release v1.4.0 to fix bug.
1077-
7. Thanks to [DavidAntonin](https://github.com/DavidAntonin) to report [Cannot send requests to different addresses #4](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/4) leading to new release v1.7.1 to demonstrate how to send requests to multiple addresses and receive responses from them.
1078-
8. Thanks to [per1234](https://github.com/per1234) to make PR [Remove unavailable items from depends field of library.properties](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/35) leading to v1.8.2
1079-
9. Thanks to [miwied](https://github.com/miwied) to report [setTimeout() hasn't any effect #38](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/38) leading to new release v1.9.0
1071+
1. [Bob Lemaire's **asyncHTTPrequest Library**](https://github.com/boblemaire/asyncHTTPrequest) to use the better **asynchronous** features of these following Async TCP Libraries : ( [`ESPAsyncTCP`](https://github.com/me-no-dev/ESPAsyncTCP), [`AsyncTCP`](https://github.com/me-no-dev/AsyncTCP), and [`STM32AsyncTCP`](https://github.com/philbowles/STM32AsyncTCP) ).
1072+
2. Thanks to [Daniel Brunner](https://github.com/0xFEEDC0DE64) to report and make PR in [Fixed linker errors when included in multiple .cpp files](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/1) leading to v1.0.1. See [**HOWTO Fix `Multiple Definitions` Linker Error**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic#HOWTO-Fix-Multiple-Definitions-Linker-Error)
1073+
3. Thanks to [gleniat](https://github.com/gleniat) to make enhancement request in [Add support for sending PUT, PATCH, DELETE request](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/5) leading to v1.1.0.
1074+
4. Thanks to [BadDwarf](https://github.com/baddwarf) to report [**compatibility with ESPAsyncWebServer #11**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/11) leading to the enhancement in v1.1.2.
1075+
5. Thanks to [spdi](https://github.com/spdi) to report [**'Connection' header expects 'disconnect' instead 'close' ? #13**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/13) leading to new release v1.1.3 to fix bug.
1076+
6. Thanks to [andrewk123](https://github.com/andrewk123) to report [**Http GET polling causes crash when host disconnected #22**](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/22) leading to new release v1.4.0 to fix bug.
1077+
7. Thanks to [DavidAntonin](https://github.com/DavidAntonin) to report [Cannot send requests to different addresses #4](https://github.com/khoih-prog/AsyncHTTPSRequest_Generic/issues/4) leading to new release v1.7.1 to demonstrate how to send requests to multiple addresses and receive responses from them.
1078+
8. Thanks to [per1234](https://github.com/per1234) to make PR [Remove unavailable items from depends field of library.properties](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/pull/35) leading to v1.8.2
1079+
9. Thanks to [miwied](https://github.com/miwied) to report [setTimeout() hasn't any effect #38](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/38) leading to new release v1.9.0
1080+
10. Thanks to [ValentinsStorre](https://github.com/ValentinsStorre) to report [Release 1.9 breakes previously running code #39](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/39) leading to new release v1.10.1
1081+
11. Thanks to [Dirk Vranckaert](https://github.com/dirkvranckaert) to report [Callback behaviour is buggy (ESP8266) #43](https://github.com/khoih-prog/AsyncHTTPRequest_Generic/issues/43) leading to new release v1.10.1
10801082

10811083
<table>
10821084
<tr>
@@ -1091,6 +1093,8 @@ This library is based on, modified, bug-fixed and improved from:
10911093
<td align="center"><a href="https://github.com/DavidAntonin"><img src="https://github.com/DavidAntonin.png" width="100px;" alt="DavidAntonin"/><br /><sub><b>DavidAntonin</b></sub></a><br /></td>
10921094
<td align="center"><a href="https://github.com/per1234"><img src="https://github.com/per1234.png" width="100px;" alt="per1234"/><br /><sub><b>per1234</b></sub></a><br /></td>
10931095
<td align="center"><a href="https://github.com/miwied"><img src="https://github.com/miwied.png" width="100px;" alt="miwied"/><br /><sub><b>miwied</b></sub></a><br /></td>
1096+
<td align="center"><a href="https://github.com/ValentinsStorre"><img src="https://github.com/ValentinsStorre.png" width="100px;" alt="ValentinsStorre"/><br /><sub><b>ValentinsStorre</b></sub></a><br /></td>
1097+
<td align="center"><a href="https://github.com/dirkvranckaert"><img src="https://github.com/dirkvranckaert.png" width="100px;" alt="dirkvranckaert"/><br /><sub><b>Dirk Vranckaert</b></sub></a><br /></td>
10941098
</tr>
10951099
</table>
10961100

0 commit comments

Comments
 (0)