Subversion Repositories ESP8266_P1_Meter

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 raymond 1
{
2
  "name": "AsyncTCP",
3
  "version": "3.4.10",
4
  "description": "Asynchronous TCP Library for ESP32",
5
  "keywords": "async,tcp",
6
  "repository": {
7
    "type": "git",
8
    "url": "https://github.com/ESP32Async/AsyncTCP.git"
9
  },
10
  "authors":
11
  {
12
    "name": "ESP32Async",
13
    "maintainer": true
14
  },
15
  "license": "LGPL-3.0",
16
  "frameworks": "arduino",
17
  "platforms": [
18
    "espressif32",
19
    "libretiny"
20
  ],
21
  "export": {
22
    "include": [
23
      "examples",
24
      "src",
25
      "library.json",
26
      "library.properties",
27
      "LICENSE",
28
      "README.md"
29
    ]
30
  }
31
}