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

Commit c2a6dcd

Browse files
authored
v1.2.1 to fix bug of wrong reqStates
### Release v1.2.1 1. Fix bug of wrong `reqStates`. Check [Release 1.9 breakes previously running code #39](khoih-prog/AsyncHTTPRequest_Generic#39) and [Callback behaviour is buggy (ESP8266) #43](khoih-prog/AsyncHTTPRequest_Generic#43) 2. Optional larger `DEFAULT_RX_TIMEOUT` from default 3s, for slower networks
1 parent 19d5b54 commit c2a6dcd

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ Please take a look at other examples, as well.
181181

182182
#### 1. File [AsyncHTTPRequest.ino](examples/AsyncHTTPRequest/AsyncHTTPRequest.ino)
183183

184-
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/baaf7b022bd3c1372c1d5bd6ba81b4ccc9099b41/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L41-L185
184+
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/19d5b540f4ed6c967b6f82a37689f0f4c62a7059/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L41-L185
185185

186186
---
187187

188188
#### 2. File [defines.h](examples/AsyncHTTPRequest/defines.h)
189189

190-
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/baaf7b022bd3c1372c1d5bd6ba81b4ccc9099b41/examples/AsyncHTTPRequest/defines.h#L20-L30
190+
https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/19d5b540f4ed6c967b6f82a37689f0f4c62a7059/examples/AsyncHTTPRequest/defines.h#L20-L30
191191

192192
---
193193
---
@@ -199,7 +199,7 @@ https://github.com/khoih-prog/AsyncHTTPRequest_RP2040W/blob/baaf7b022bd3c1372c1d
199199
```
200200
Start AsyncHTTPRequest on RASPBERRY_PI_PICO_W
201201
AsyncTCP_RP2040W v1.1.0
202-
AsyncHTTPRequest_RP2040W v1.2.0
202+
AsyncHTTPRequest_RP2040W v1.2.1
203203
Connecting to SSID: HueNet1
204204
SSID: HueNet1
205205
Local IP Address: 192.168.2.77
@@ -231,7 +231,7 @@ week_number: 42
231231
```
232232
Start AsyncDweetPOST on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
233233
AsyncTCP_RP2040W v1.1.0
234-
AsyncHTTPRequest_RP2040W v1.2.0
234+
AsyncHTTPRequest_RP2040W v1.2.1
235235
Connecting to SSID: HueNet1
236236
SSID: HueNet1
237237
Local IP Address: 192.168.2.180
@@ -253,7 +253,7 @@ Actual value: 88
253253
```
254254
Start AsyncWebClientRepeating on RASPBERRY_PI_PICO_W
255255
AsyncTCP_RP2040W v1.1.0
256-
AsyncHTTPRequest_RP2040W v1.2.0
256+
AsyncHTTPRequest_RP2040W v1.2.1
257257
Connecting to SSID: HueNet1
258258
SSID: HueNet1
259259
Local IP Address: 192.168.2.180
@@ -353,6 +353,8 @@ Submit issues to: [AsyncHTTPRequest_RP2040W issues](https://github.com/khoih-pro
353353
5. Optimize library code by using `reference-passing` instead of `value-passing`
354354
6. Fix long timeout if using `IPAddress`
355355
7. Not try to reconnect to the same `host:port` after connected
356+
8. Fix bug of wrong `reqStates`
357+
356358

357359
---
358360
---

0 commit comments

Comments
 (0)