@@ -201,14 +201,14 @@ Have a look at the discussion in [Different behaviour using the src_cpp or src_h
201
201
202
202
#### 1. File [ AsyncHTTPRequest.ino] ( examples/AsyncHTTPRequest/AsyncHTTPRequest.ino )
203
203
204
- https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/44abb8b160c6053d179ad5b3086a63033fc9e482 /examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L38-L173
204
+ https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/d75e5e296dd01c143b32b37be1016e72277bb00c /examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L38-L176
205
205
206
206
207
207
---
208
208
209
209
#### 2. File [ defines.h] ( examples/AsyncHTTPRequest/defines.h )
210
210
211
- https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/44abb8b160c6053d179ad5b3086a63033fc9e482 /examples/AsyncHTTPRequest/defines.h#L16-L50
211
+ https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/d75e5e296dd01c143b32b37be1016e72277bb00c /examples/AsyncHTTPRequest/defines.h#L16-L50
212
212
213
213
214
214
---
@@ -224,7 +224,7 @@ https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/44abb8b160c6053d179
224
224
225
225
```
226
226
Start AsyncHTTPRequest on TEENSY 4.1
227
- AsyncHTTPRequest_Teensy41 v1.9.0
227
+ AsyncHTTPRequest_Teensy41 v1.9.1
228
228
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
229
229
230
230
**************************************
@@ -271,7 +271,7 @@ week_number: 42
271
271
272
272
```
273
273
Start AsyncCustomHeader on TEENSY 4.1
274
- AsyncHTTPRequest_Teensy41 v1.9.0
274
+ AsyncHTTPRequest_Teensy41 v1.9.1
275
275
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
276
276
277
277
Sending GET Request to http://worldtimeapi.org/api/timezone/America/Toronto.txt
@@ -322,7 +322,7 @@ week_number: 42
322
322
323
323
```
324
324
Start AsyncDweetGET on TEENSY 4.1
325
- AsyncHTTPRequest_Teensy41 v1.9.0
325
+ AsyncHTTPRequest_Teensy41 v1.9.1
326
326
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
327
327
328
328
**************************************
@@ -339,7 +339,7 @@ Actual value: 66
339
339
340
340
```
341
341
Start AsyncDweetPOST on TEENSY 4.1
342
- AsyncHTTPRequest_Teensy41 v1.9.0
342
+ AsyncHTTPRequest_Teensy41 v1.9.1
343
343
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
344
344
345
345
Making new POST request
@@ -359,7 +359,7 @@ Actual value: 1007
359
359
360
360
```
361
361
Start AsyncSimpleGET on TEENSY 4.1
362
- AsyncHTTPRequest_Teensy41 v1.9.0
362
+ AsyncHTTPRequest_Teensy41 v1.9.1
363
363
Initialize Ethernet using DHCP => Connected! IP address:192.168.2.107
364
364
365
365
**************************************
@@ -448,6 +448,8 @@ Submit issues to: [AsyncHTTPRequest_Teensy41 issues](https://github.com/khoih-pr
448
448
6 . Display only successful responseText in examples
449
449
7 . Improve debug messages by adding functions to display error messages instead of ` cryptic error number `
450
450
8 . Not try to reconnect to the same ` host:port ` after connected
451
+ 9 . Fix bug of wrong ` reqStates `
452
+
451
453
452
454
---
453
455
---
0 commit comments