Subversion Repositories ESP8266_P1_Meter

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 raymond 1
{
2
  "name":"ESPAsyncTCP",
3
  "description":"Asynchronous TCP Library for ESP8266",
4
  "keywords":"async,tcp",
5
  "authors":
6
  {
7
    "name": "ESP32Async",
8
    "maintainer": true
9
  },
10
  "repository":
11
  {
12
    "type": "git",
13
    "url": "https://github.com/ESP32Async/ESPAsyncTCP.git"
14
  },
15
  "version": "2.0.0",
16
  "license": "LGPL-3.0",
17
  "frameworks": "arduino",
18
  "platforms": "espressif8266"
19
}