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

Commit 0c275af

Browse files
authored
v1.8.0 to fix bug and optimize code
### Releases v1.8.0 1. Fix long timeout if using bad `IPAddress` 2. Optimize code 3. Display only successful responseText in examples 4. Improve debug messages by adding functions to display error messages instead of `cryptic error number`
1 parent d2cc3d7 commit 0c275af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@ Have a look at the discussion in [Different behaviour using the src_cpp or src_h
201201

202202
#### 1. File [AsyncHTTPRequest.ino](examples/AsyncHTTPRequest/AsyncHTTPRequest.ino)
203203

204-
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/92e7b27f5520da53b616abc76a005595415214ca/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L38-L165
204+
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/d2cc3d7856e67370691e025e3a2acd8b90263d41/examples/AsyncHTTPRequest/AsyncHTTPRequest.ino#L38-L173
205205

206206

207207
---
208208

209209
#### 2. File [defines.h](examples/AsyncHTTPRequest/defines.h)
210210

211-
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/92e7b27f5520da53b616abc76a005595415214ca/examples/AsyncHTTPRequest/defines.h#L16-L50
211+
https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/d2cc3d7856e67370691e025e3a2acd8b90263d41/examples/AsyncHTTPRequest/defines.h#L16-L50
212212

213213

214214
---

0 commit comments

Comments
 (0)