Skip to content

Commit

Permalink
Update library.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Dec 9, 2024
1 parent 4b9433f commit 3acd4f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
13 changes: 9 additions & 4 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
{
"name": "TinyGSM",
"name": "TinyGSM Fork",
"version": "1.0.0",
"description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.",
"keywords": "GSM, AT commands, AT, SIM800, SIM900, A6, A7, M590, ESP8266, SIM7000, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968, M95, MC60, MC60E, BG96, ublox, Quectel, SIMCOM, AI Thinker, LTE, LTE-M",
"keywords": "GSM, AT commands, AT, SIM800, SIM900, A7670, A7608, SIM7670, A6, A7, M590, ESP8266, SIM7000, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968, M95, MC60, MC60E, BG96, ublox, Quectel, SIMCOM, AI Thinker, LTE, LTE-M",
"authors": [
{
"name": "Volodymyr Shymanskyy",
"url": "https://github.com/vshymanskyy",
"maintainer": false
},
{
"name": "LewisHe",
"url": "https://github.com/lewisxhe",
"maintainer": true
}
],
"repository": {
"type": "git",
"url": "https://github.com/vshymanskyy/TinyGSM.git"
"url": "https://github.com/lewisxhe/TinyGSM-fork.git"
},
"homepage": "https://github.com/vshymanskyy/TinyGSM",
"homepage": "https://github.com/lewisxhe/TinyGSM-fork",
"export": {
"include": [
"LICENSE",
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name=TinyGSM
name=TinyGSM Fork
version=1.0.0
author=Volodymyr Shymanskyy
maintainer=Volodymyr Shymanskyy
maintainer=LewisHe
sentence=A small Arduino library for GPRS modules, that just works.
paragraph=Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM, LTE, and WiFi modules with AT command interfaces.
category=Communication
url=https://github.com/vshymanskyy/TinyGSM
url=https://github.com/lewisxhe/TinyGSM-fork
architectures=esp32
includes=TinyGsmClient.h

0 comments on commit 3acd4f1

Please sign in to comment.