|
2 | 2 |
|
3 | 3 | [](https://www.ardu-badge.com/AsyncHTTPRequest_Teensy41) |
4 | 4 | [](https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/releases) |
5 | | -[](https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/blob/main/LICENSE) |
6 | 5 | [](#Contributing) |
7 | 6 | [](http://github.com/khoih-prog/AsyncHTTPRequest_Teensy41/issues) |
8 | 7 |
|
|
38 | 37 | * [Example AsyncHTTPRequest](#example-asynchttprequest) |
39 | 38 | * [1. File AsyncHTTPRequest.ino](#1-file-asynchttprequestino) |
40 | 39 | * [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) |
42 | 41 | * [1. AsyncHTTPRequest on TEENSY 4.1](#1-AsyncHTTPRequest-on-TEENSY-41) |
43 | 42 | * [2. AsyncCustomHeader on TEENSY 4.1](#2-AsyncCustomHeader-on-TEENSY-41) |
44 | 43 | * [3. AsyncDweetGET on TEENSY 4.1](#3-AsyncDweetGET-on-TEENSY-41) |
@@ -333,7 +332,7 @@ Actual value: 66 |
333 | 332 |
|
334 | 333 | --- |
335 | 334 |
|
336 | | -#### 4. [AsyncDweetPOST](examples/AsyncDweetPOST) running on ESP8266_NODEMCU |
| 335 | +#### 4. [AsyncDweetPOST](examples/AsyncDweetPOST) on TEENSY 4.1 |
337 | 336 |
|
338 | 337 | ``` |
339 | 338 | Start AsyncDweetPOST on TEENSY 4.1 |
@@ -450,7 +449,7 @@ Submit issues to: [AsyncHTTPRequest_Teensy41 issues](https://github.com/khoih-pr |
450 | 449 |
|
451 | 450 | This library is based on, modified, bug-fixed and improved from: |
452 | 451 |
|
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). |
454 | 453 |
|
455 | 454 |
|
456 | 455 | <table> |
|
0 commit comments