Skip to content

Commit

Permalink
add separate platformio configs
Browse files Browse the repository at this point in the history
Fixes: #223
  • Loading branch information
me-no-dev committed Sep 11, 2017
1 parent 3e66903 commit b7bf1fe
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions espressif32_library.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name":"AsyncWebServer",
"description":"Asynchronous HTTP and WebSocket Server Library for ESP8266 and ESP32",
"keywords":"http,async,websocket,webserver",
"authors":
{
"name": "Hristo Gochkov",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/me-no-dev/ESPAsyncWebServer.git"
},
"version": "1.1.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms":"espressif32",
"dependencies":
{
"name": "AsyncTCP"
}
}
File renamed without changes.

0 comments on commit b7bf1fe

Please sign in to comment.