-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "TTGO TWatch Library", | ||
"keywords": "Device Conterl,TWatch,Watch,TTGO", | ||
"description": "Arduino Library for TTGO T-Watch development kit", | ||
"description": "Arduino Library for LilyGo T-Watch & LilyPi & T-Block development kit", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git" | ||
|
@@ -12,14 +12,9 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/Xinyuan-LilyGO", | ||
"maintainer": true | ||
}, | ||
{ | ||
"name": "lewishe", | ||
"email": "[email protected]", | ||
"url": "https://github.com/lewisxhe" | ||
} | ||
], | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"frameworks": "arduino", | ||
"platforms": "esp32" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name=TTGO TWatch Library | ||
version=1.4.1 | ||
version=1.4.2 | ||
author=TTGO | ||
maintainer=lewis he <[email protected]> | ||
sentence=Library for TTGO T-Watch development kit | ||
maintainer=Xinyuan Electronics <[email protected]> | ||
sentence=Library for LilyGo development kit | ||
paragraph=twatch library | ||
category=Device Control | ||
url=https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library | ||
|