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

Commit a713464

Browse files
authored
v1.7.1 for Teensy41 and QNEthernet
### Releases v1.7.1 1. Initial porting and coding for **Teensy 4.1 using built-in QNEthernet** 2. Bump up version to v1.7.1 to sync with [AsyncHTTPRequest_Generic](https://github.com/khoih-prog/AsyncHTTPRequest_Generic) v1.7.1
1 parent d593ea8 commit a713464

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![arduino-library-badge](https://www.ardu-badge.com/badge/AsyncHTTPRequest_Teensy41.svg?)](https://www.ardu-badge.com/AsyncHTTPRequest_Teensy41)
44
[![GitHub release](https://img.shields.io/github/release/khoih-prog/AsyncHTTPRequest_Teensy41.svg)](https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/releases)
5-
[![GitHub](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/main/LICENSE)
65
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](#Contributing)
76
[![GitHub issues](https://img.shields.io/github/issues/khoih-prog/AsyncHTTPRequest_Teensy41.svg)](http://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/issues)
87

@@ -38,7 +37,7 @@
3837
* [Example AsyncHTTPRequest](#example-asynchttprequest)
3938
* [1. File AsyncHTTPRequest.ino](#1-file-asynchttprequestino)
4039
* [2. File defines.h](#2-file-definesh)
41-
* [Debug Terminal Output Samples](#debug-termimal-output-samples)
40+
* [Debug Terminal Output Samples](#debug-terminal-output-samples)
4241
* [1. AsyncHTTPRequest on TEENSY 4.1](#1-AsyncHTTPRequest-on-TEENSY-41)
4342
* [2. AsyncCustomHeader on TEENSY 4.1](#2-AsyncCustomHeader-on-TEENSY-41)
4443
* [3. AsyncDweetGET on TEENSY 4.1](#3-AsyncDweetGET-on-TEENSY-41)
@@ -333,7 +332,7 @@ Actual value: 66
333332

334333
---
335334

336-
#### 4. [AsyncDweetPOST](examples/AsyncDweetPOST) running on ESP8266_NODEMCU
335+
#### 4. [AsyncDweetPOST](examples/AsyncDweetPOST) on TEENSY 4.1
337336

338337
```
339338
Start AsyncDweetPOST on TEENSY 4.1
@@ -450,7 +449,7 @@ Submit issues to: [AsyncHTTPRequest_Teensy41 issues](https://github.com/khoih-pr
450449

451450
This library is based on, modified, bug-fixed and improved from:
452451

453-
1. [Bob Lemaire's **asyncHTTPrequest Library**](https://github.com/boblemaire/asyncHTTPrequest) to use the better **asynchronous** features of these following Async TCP Libraries : ( [`ESPAsyncTCP`](https://github.com/me-no-dev/ESPAsyncTCP), [`AsyncTCP`](https://github.com/me-no-dev/AsyncTCP), and [`STM32AsyncTCP`](https://github.com/philbowles/STM32AsyncTCP) ).
452+
1. [Bob Lemaire's **asyncHTTPrequest Library**](https://github.com/boblemaire/asyncHTTPrequest) to use the better **asynchronous** features of these following Async TCP Libraries : ( [`ESPAsyncTCP`](https://github.com/me-no-dev/ESPAsyncTCP), [`AsyncTCP`](https://github.com/me-no-dev/AsyncTCP), and [`Teensy41_AsyncTCP`](https://github.com/khoih-prog/Teensy41_AsyncTCP).
454453

455454

456455
<table>

0 commit comments

Comments
 (0)