We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfcba1f commit 7c767c3Copy full SHA for 7c767c3
library.json
@@ -1,18 +1,16 @@
1
{
2
- "name":"AsyncTCP-esphome",
3
- "description":"Asynchronous TCP Library for ESP32",
4
- "keywords":"async,tcp",
5
- "authors":
6
- {
+ "name": "AsyncTCP-esphome",
+ "description": "Asynchronous TCP Library for ESP32",
+ "keywords": "async,tcp",
+ "authors": {
7
"name": "Hristo Gochkov",
8
"maintainer": true
9
},
10
- "repository":
11
+ "repository": {
12
"type": "git",
13
- "url": "https://github.com/OttoWinter/AsyncTCP.git"
+ "url": "https://github.com/esphome/AsyncTCP.git"
14
15
- "version": "1.2.1",
+ "version": "1.2.2",
16
"license": "LGPL-3.0",
17
"frameworks": "arduino",
18
"platforms": "espressif32",
0 commit comments