diff --git a/README.md b/README.md index c793617..eae64f1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ A small Arduino library for GSM modules, that just works. [![GitHub wiki](https://img.shields.io/badge/Wiki-available-brightgreen.svg)](https://github.com/vshymanskyy/TinyGSM/wiki) [![License](https://img.shields.io/badge/license-LGPL3-blue.svg)](https://github.com/vshymanskyy/TinyGSM/blob/master/LICENSE) -Currently SIM800, SIM900, SIM5320 are tested, more modules may be supported later. +Supported modules: **SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320** +More modules may be supported later. If you like **TinyGSM** - give it a star, or fork it and contribute! [![GitHub stars](https://img.shields.io/github/stars/vshymanskyy/TinyGSM.svg?style=social&label=Star)](https://github.com/vshymanskyy/TinyGSM/stargazers) diff --git a/keywords.txt b/keywords.txt index 931fdf1..35cf733 100644 --- a/keywords.txt +++ b/keywords.txt @@ -12,6 +12,8 @@ networkConnect KEYWORD2 networkDisconnect KEYWORD2 factoryReset KEYWORD2 +GsmSerial KEYWORD3 + ####################################### # Literals (LITERAL1) ####################################### diff --git a/library.json b/library.json index 342c58a..b102dfd 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "TinyGSM", - "version": "0.1.1", - "description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules, that work over AT command interface: SIM800, SIM800L, SIM900", - "keywords": "GSM, SIM800, SIM800L, SIM900, AT commands, AT", + "version": "0.1.2", + "description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320", + "keywords": "GSM, SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320, AT commands, AT", "authors": { "name": "Volodymyr Shymanskyy", diff --git a/library.properties b/library.properties index 8c281c0..752bac3 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=TinyGSM -version=0.1.1 +version=0.1.2 author=Volodymyr Shymanskyy maintainer=Volodymyr Shymanskyy sentence=A small Arduino library for GPRS modules, that just works. -paragraph=Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules, that work over AT command interface: SIM800, SIM800L, SIM900 +paragraph=Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320 category=Communication url=https://github.com/vshymanskyy/TinyGSM architectures=*