Merge pull request #35 from ddlsmurf/feature/platformio_support

Adding platformio library.json
pull/85/head
SQFMI 2021-03-09 21:40:11 -05:00 committed by GitHub
commit 0ea1863c7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

28
library.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "Watchy",
"version": "1.2.3",
"description": "Watchy - An Open Source E-Paper Watch by SQFMI",
"authors": [
{
"name": "SQFMI",
"url": "https://github.com/sqfmi"
}
],
"homepage": "https://watchy.sqfmi.com",
"repository": {
"type": "git",
"url": "https://github.com/sqfmi/Watchy.git"
},
"frameworks": "arduino",
"platforms": ["espressif32"],
"dependencies": [
{ "name": "Adafruit GFX Library" },
{ "name": "Arduino_JSON" },
{ "name": "DS3232RTC" },
{ "name": "GxEPD2" },
{
"name": "WiFiManager",
"version": "https://github.com/tzapu/WiFiManager.git#2.0.3-alpha"
}
]
}