Skip to content

Commit

Permalink
Use single PIO manifest
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 b7bf1fe commit a7db995
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
23 changes: 0 additions & 23 deletions espressif32_library.json

This file was deleted.

16 changes: 11 additions & 5 deletions espressif8266_library.json → library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@
"version": "1.1.0",
"license": "LGPL-3.0",
"frameworks": "arduino",
"platforms":"espressif",
"dependencies":
{
"name": "ESPAsyncTCP"
}
"platforms":"espressif8266, espressif32",
"dependencies": [
{
"name": "ESPAsyncTCP",
"platforms": "espressif8266"
},
{
"name": "AsyncTCP",
"platforms": "espressif32"
}
]
}

0 comments on commit a7db995

Please sign in to comment.