@@ -262,15 +262,15 @@ Please take a look at other examples, as well.
262
262
263
263
#### 1. File [ AsyncHTTPRequest.ino] ( examples/Ethernet/AsyncHTTPRequest/AsyncHTTPRequest.ino )
264
264
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
266
266
267
267
268
268
---
269
269
270
270
#### 2. File [ defines.h] ( examples/Ethernet/AsyncHTTPRequest/defines.h )
271
271
272
272
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
274
274
275
275
276
276
---
@@ -283,7 +283,7 @@ https://github.com/khoih-prog/Portenta_H7_AsyncHTTPRequest/blob/010aeaffbb5bfeec
283
283
```
284
284
Start AsyncHTTPRequest on PORTENTA_H7_M7
285
285
Portenta_H7_AsyncTCP v1.4.0
286
- Portenta_H7_AsyncHTTPRequest v1.4.0
286
+ Portenta_H7_AsyncHTTPRequest v1.4.1
287
287
Using mac index = 15
288
288
Connected! IP address: 192.168.2.101
289
289
Request sent
@@ -331,7 +331,7 @@ week_number: 42
331
331
```
332
332
Start AsyncDweetPOST on PORTENTA_H7_M7
333
333
Portenta_H7_AsyncTCP v1.4.0
334
- Portenta_H7_AsyncHTTPRequest v1.4.0
334
+ Portenta_H7_AsyncHTTPRequest v1.4.1
335
335
Connecting to SSID: HueNet1
336
336
SSID: HueNet1
337
337
Local IP Address: 192.168.2.94
@@ -354,7 +354,7 @@ Actual value: 88
354
354
```
355
355
Start AsyncWebClientRepeating on PORTENTA_H7_M7
356
356
Portenta_H7_AsyncTCP v1.4.0
357
- Portenta_H7_AsyncHTTPRequest v1.4.0
357
+ Portenta_H7_AsyncHTTPRequest v1.4.1
358
358
Connecting to SSID: HueNet1
359
359
SSID: HueNet1
360
360
Local IP Address: 192.168.2.94
@@ -412,7 +412,7 @@ signal strength (RSSI):-26 dBm
412
412
```
413
413
Start AsyncCustomHeader on PORTENTA_H7_M7
414
414
Portenta_H7_AsyncTCP v1.4.0
415
- Portenta_H7_AsyncHTTPRequest v1.4.0
415
+ Portenta_H7_AsyncHTTPRequest v1.4.1
416
416
Using mac index = 15
417
417
Connected! IP address: 192.168.2.87
418
418
@@ -445,7 +445,7 @@ week_number: 42
445
445
```
446
446
Start AsyncWebClientRepeating on PORTENTA_H7_M7
447
447
Portenta_H7_AsyncTCP v1.4.0
448
- Portenta_H7_AsyncHTTPRequest v1.4.0
448
+ Portenta_H7_AsyncHTTPRequest v1.4.1
449
449
Using mac index = 16
450
450
Connected! IP address: 192.168.2.87
451
451
@@ -502,7 +502,7 @@ Connected! IP address: 192.168.2.87
502
502
```
503
503
Start AsyncSimpleGET on PORTENTA_H7_M7
504
504
Portenta_H7_AsyncTCP v1.4.0
505
- Portenta_H7_AsyncHTTPRequest v1.4.0
505
+ Portenta_H7_AsyncHTTPRequest v1.4.1
506
506
Using mac index = 7
507
507
Connected! IP address: 192.168.2.87
508
508
@@ -596,6 +596,8 @@ Submit issues to: [Portenta_H7_AsyncHTTPRequest issues](https://github.com/khoih
596
596
8 . Display only successful responseText in examples
597
597
9 . Improve debug messages by adding functions to display error messages instead of ` cryptic error number `
598
598
10 . Not try to reconnect to the same ` host:port ` after connected
599
+ 11 . Fix bug of wrong ` reqStates `
600
+
599
601
600
602
---
601
603
---
0 commit comments