@@ -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```
284284Start AsyncHTTPRequest on PORTENTA_H7_M7
285285Portenta_H7_AsyncTCP v1.4.0
286- Portenta_H7_AsyncHTTPRequest v1.4.0
286+ Portenta_H7_AsyncHTTPRequest v1.4.1
287287Using mac index = 15
288288Connected! IP address: 192.168.2.101
289289Request sent
@@ -331,7 +331,7 @@ week_number: 42
331331```
332332Start AsyncDweetPOST on PORTENTA_H7_M7
333333Portenta_H7_AsyncTCP v1.4.0
334- Portenta_H7_AsyncHTTPRequest v1.4.0
334+ Portenta_H7_AsyncHTTPRequest v1.4.1
335335Connecting to SSID: HueNet1
336336SSID: HueNet1
337337Local IP Address: 192.168.2.94
@@ -354,7 +354,7 @@ Actual value: 88
354354```
355355Start AsyncWebClientRepeating on PORTENTA_H7_M7
356356Portenta_H7_AsyncTCP v1.4.0
357- Portenta_H7_AsyncHTTPRequest v1.4.0
357+ Portenta_H7_AsyncHTTPRequest v1.4.1
358358Connecting to SSID: HueNet1
359359SSID: HueNet1
360360Local IP Address: 192.168.2.94
@@ -412,7 +412,7 @@ signal strength (RSSI):-26 dBm
412412```
413413Start AsyncCustomHeader on PORTENTA_H7_M7
414414Portenta_H7_AsyncTCP v1.4.0
415- Portenta_H7_AsyncHTTPRequest v1.4.0
415+ Portenta_H7_AsyncHTTPRequest v1.4.1
416416Using mac index = 15
417417Connected! IP address: 192.168.2.87
418418
@@ -445,7 +445,7 @@ week_number: 42
445445```
446446Start AsyncWebClientRepeating on PORTENTA_H7_M7
447447Portenta_H7_AsyncTCP v1.4.0
448- Portenta_H7_AsyncHTTPRequest v1.4.0
448+ Portenta_H7_AsyncHTTPRequest v1.4.1
449449Using mac index = 16
450450Connected! IP address: 192.168.2.87
451451
@@ -502,7 +502,7 @@ Connected! IP address: 192.168.2.87
502502```
503503Start AsyncSimpleGET on PORTENTA_H7_M7
504504Portenta_H7_AsyncTCP v1.4.0
505- Portenta_H7_AsyncHTTPRequest v1.4.0
505+ Portenta_H7_AsyncHTTPRequest v1.4.1
506506Using mac index = 7
507507Connected! 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 `
59859810 . 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