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

Commit 6e7f007

Browse files
authored
v1.3.0
### Release v1.3.0 1. Initial modifications for ESP8266 boards, using WiFi or LwIP Ethernet, with [ESP8266 core v3.0.2+](https://github.com/esp8266/Arduino/releases/tag/3.0.2) or WiFi with [ESP8266 core v2.7.4-](https://github.com/esp8266/Arduino/releases/tag/2.7.4) to avoid compile errors
1 parent fbf6712 commit 6e7f007

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* [1. Client](examples/ClientServer/Client)
2727
* [2. Server](examples/ClientServer/Server)
2828
* [3. SyncClient](examples/SyncClient)
29-
* [Libraries and projects that use AsyncTCP](#Libraries-and-projects-that-use-AsyncTCP)
29+
* [Libraries and projects that use ESPAsyncTCP](#Libraries-and-projects-that-use-ESPAsyncTCP)
3030
* [Contributions and Thanks](#contributions-and-thanks)
3131
* [Contributing](#contributing)
3232
* [License](#license)
@@ -51,7 +51,7 @@ Hopefully the `bearssl` feature of new ESP8266 cores will be added to this libra
5151

5252
This library is based on, modified from:
5353

54-
1. [Hristo Gochkov's AsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP)
54+
1. [Hristo Gochkov's ESPAsyncTCP](https://github.com/me-no-dev/ESPAsyncTCP)
5555

5656
to apply the better and faster **asynchronous** feature of the **powerful** [ESPAsyncTCP Library](https://github.com/me-no-dev/ESPAsyncTCP) with SSL, and will be the base for other more advanced Async libraries for ESP8266, such as ESPAsyncWebServer, AsyncHTTPRequest, AsyncHTTPSRequest, etc.
5757

@@ -125,7 +125,7 @@ It is exactly what it sounds like. This is a standard, blocking TCP Client, simi
125125
---
126126
---
127127

128-
## Libraries and projects that use AsyncTCP
128+
## Libraries and projects that use ESPAsyncTCP
129129

130130
- [ESP Async Web Server](https://github.com/me-no-dev/ESPAsyncWebServer)
131131
- [Async MQTT client](https://github.com/marvinroger/async-mqtt-client)

0 commit comments

Comments
 (0)