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

Commit e5141ff

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 0c275af commit e5141ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/AsyncHTTPRequest_Teensy41.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
------- ----------- ---------- -----------
2727
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
2828
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
29-
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
29+
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
*****************************************************************************************************************************/
3131

3232
#pragma once

src/AsyncHTTPRequest_Teensy41.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
------- ----------- ---------- -----------
2727
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
2828
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
29-
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
29+
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
*****************************************************************************************************************************/
3131

3232
#pragma once

src/AsyncHTTPRequest_Teensy41_Debug.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
------- ----------- ---------- -----------
2727
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
2828
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
29-
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
29+
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
*****************************************************************************************************************************/
3131

3232
#pragma once

src/AsyncHTTPRequest_Teensy41_Impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
------- ----------- ---------- -----------
2727
1.7.1 K Hoang 18/03/2022 Initial coding for Teensy 4.1 using built-in QNEthernet.
2828
Bump up version to v1.7.1 to sync with AsyncHTTPRequest_Generic v1.7.1
29-
1.9.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
29+
1.8.0 K Hoang 01/09/2022 Fix bug. Improve debug messages. Optimize code
3030
*****************************************************************************************************************************/
3131

3232
#pragma once

0 commit comments

Comments
 (0)