Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit 5b1ef41

Browse files
committed
Create fork for esphome
1 parent 6a54164 commit 5b1ef41

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# AsyncTCP
1+
# AsyncTCP
22
[![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)
33

4+
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).
5+
46
### Async TCP Library for ESP32 Arduino
57

68
[![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)

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name":"AsyncTCP",
2+
"name":"AsyncTCP-esphome",
33
"description":"Asynchronous TCP Library for ESP32",
44
"keywords":"async,tcp",
55
"authors":
@@ -10,13 +10,13 @@
1010
"repository":
1111
{
1212
"type": "git",
13-
"url": "https://github.com/me-no-dev/AsyncTCP.git"
13+
"url": "https://github.com/OttoWinter/AsyncTCP.git"
1414
},
1515
"version": "1.1.1",
1616
"license": "LGPL-3.0",
1717
"frameworks": "arduino",
1818
"platforms": "espressif32",
1919
"build": {
2020
"libCompatMode": 2
21-
}
21+
}
2222
}

library.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name=AsyncTCP
1+
name=AsyncTCP-esphome
22
version=1.1.1
33
author=Me-No-Dev
44
maintainer=Me-No-Dev
55
sentence=Async TCP Library for ESP32
66
paragraph=Async TCP Library for ESP32
77
category=Other
8-
url=https://github.com/me-no-dev/AsyncTCP
8+
url=https://github.com/OttoWinter/AsyncTCP
99
architectures=*

0 commit comments

Comments
 (0)