diff --git a/README.md b/README.md index 983aabd..f12573a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -# AsyncTCP +# AsyncTCP [![Build Status](https://travis-ci.org/me-no-dev/AsyncTCP.svg?branch=master)](https://travis-ci.org/me-no-dev/AsyncTCP) ![](https://github.com/me-no-dev/AsyncTCP/workflows/Async%20TCP%20CI/badge.svg) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2f7e4d1df8b446d192cbfec6dc174d2d)](https://www.codacy.com/manual/me-no-dev/AsyncTCP?utm_source=github.com&utm_medium=referral&utm_content=me-no-dev/AsyncTCP&utm_campaign=Badge_Grade) +A fork of the [AsyncTCP](https://github.com/me-no-dev/AsyncTCP) library by [@me-no-dev](https://github.com/me-no-dev) for [ESPHome](https://esphome.io). + ### Async TCP Library for ESP32 Arduino [![Join the chat at https://gitter.im/me-no-dev/ESPAsyncWebServer](https://badges.gitter.im/me-no-dev/ESPAsyncWebServer.svg)](https://gitter.im/me-no-dev/ESPAsyncWebServer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/library.json b/library.json index 89f90e4..5041b7c 100644 --- a/library.json +++ b/library.json @@ -1,5 +1,5 @@ { - "name":"AsyncTCP", + "name":"AsyncTCP-esphome", "description":"Asynchronous TCP Library for ESP32", "keywords":"async,tcp", "authors": @@ -10,7 +10,7 @@ "repository": { "type": "git", - "url": "https://github.com/me-no-dev/AsyncTCP.git" + "url": "https://github.com/OttoWinter/AsyncTCP.git" }, "version": "1.1.1", "license": "LGPL-3.0", @@ -18,5 +18,5 @@ "platforms": "espressif32", "build": { "libCompatMode": 2 - } + } } diff --git a/library.properties b/library.properties index eb4e26e..38f03d4 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=AsyncTCP +name=AsyncTCP-esphome version=1.1.1 author=Me-No-Dev maintainer=Me-No-Dev sentence=Async TCP Library for ESP32 paragraph=Async TCP Library for ESP32 category=Other -url=https://github.com/me-no-dev/AsyncTCP +url=https://github.com/OttoWinter/AsyncTCP architectures=*