Adding platformio library.json

pull/35/head
Eric Doughty-Papassideris 2021-02-20 11:32:48 +01:00
parent 4abc401509
commit 5aee35cf72
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"
}
]
}