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

Commit 3c56997

Browse files
authored
v1.4.1 to fix bug of wrong reqStates
### Releases v1.4.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 6ad4321 commit 3c56997

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -262,15 +262,15 @@ Please take a look at other examples, as well.
262262

263263
#### 1. File [AsyncHTTPRequest.ino](examples/Ethernet/AsyncHTTPRequest/AsyncHTTPRequest.ino)
264264

265-
https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/blob/010aeaffbb5bfeec4fc8520cf5155ae79c52020c/examples/Ethernet/AsyncHTTPRequest/AsyncHTTPRequest.ino#L44-L174
265+
https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/blob/6ad432146ddce63a132f0436ff089a63e97e8432/examples/Ethernet/AsyncHTTPRequest/AsyncHTTPRequest.ino#L44-L174
266266

267267

268268
---
269269

270270
#### 2. File [defines.h](examples/Ethernet/AsyncHTTPRequest/defines.h)
271271

272272

273-
https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/blob/010aeaffbb5bfeec4fc8520cf5155ae79c52020c/examples/Ethernet/AsyncHTTPRequest/defines.h#L23-L68
273+
https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/blob/6ad432146ddce63a132f0436ff089a63e97e8432/examples/Ethernet/AsyncHTTPRequest/defines.h#L23-L68
274274

275275

276276
---
@@ -283,7 +283,7 @@ https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/blob/010aeaffbb5bfeec
283283
```
284284
Start AsyncHTTPRequest on PORTENTA_H7_M7
285285
Portenta_H7_AsyncTCP v1.4.0
286-
Portenta_H7_AsyncHTTPRequest v1.4.0
286+
Portenta_H7_AsyncHTTPRequest v1.4.1
287287
Using mac index = 15
288288
Connected! IP address: 192.168.2.101
289289
Request sent
@@ -331,7 +331,7 @@ week_number: 42
331331
```
332332
Start AsyncDweetPOST on PORTENTA_H7_M7
333333
Portenta_H7_AsyncTCP v1.4.0
334-
Portenta_H7_AsyncHTTPRequest v1.4.0
334+
Portenta_H7_AsyncHTTPRequest v1.4.1
335335
Connecting to SSID: HueNet1
336336
SSID: HueNet1
337337
Local IP Address: 192.168.2.94
@@ -354,7 +354,7 @@ Actual value: 88
354354
```
355355
Start AsyncWebClientRepeating on PORTENTA_H7_M7
356356
Portenta_H7_AsyncTCP v1.4.0
357-
Portenta_H7_AsyncHTTPRequest v1.4.0
357+
Portenta_H7_AsyncHTTPRequest v1.4.1
358358
Connecting to SSID: HueNet1
359359
SSID: HueNet1
360360
Local IP Address: 192.168.2.94
@@ -412,7 +412,7 @@ signal strength (RSSI):-26 dBm
412412
```
413413
Start AsyncCustomHeader on PORTENTA_H7_M7
414414
Portenta_H7_AsyncTCP v1.4.0
415-
Portenta_H7_AsyncHTTPRequest v1.4.0
415+
Portenta_H7_AsyncHTTPRequest v1.4.1
416416
Using mac index = 15
417417
Connected! IP address: 192.168.2.87
418418
@@ -445,7 +445,7 @@ week_number: 42
445445
```
446446
Start AsyncWebClientRepeating on PORTENTA_H7_M7
447447
Portenta_H7_AsyncTCP v1.4.0
448-
Portenta_H7_AsyncHTTPRequest v1.4.0
448+
Portenta_H7_AsyncHTTPRequest v1.4.1
449449
Using mac index = 16
450450
Connected! IP address: 192.168.2.87
451451
@@ -502,7 +502,7 @@ Connected! IP address: 192.168.2.87
502502
```
503503
Start AsyncSimpleGET on PORTENTA_H7_M7
504504
Portenta_H7_AsyncTCP v1.4.0
505-
Portenta_H7_AsyncHTTPRequest v1.4.0
505+
Portenta_H7_AsyncHTTPRequest v1.4.1
506506
Using mac index = 7
507507
Connected! IP address: 192.168.2.87
508508
@@ -596,6 +596,8 @@ Submit issues to: [Portenta_H7_AsyncHTTPRequest issues](https://github.com/khoih
596596
8. Display only successful responseText in examples
597597
9. Improve debug messages by adding functions to display error messages instead of `cryptic error number`
598598
10. Not try to reconnect to the same `host:port` after connected
599+
11. Fix bug of wrong `reqStates`
600+
599601

600602
---
601603
---

0 commit comments

Comments
 (0)