From 4e37d1efd7e28e1a0f5583363e5b66dc34a595a8 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 4 Dec 2016 22:03:16 +0200 Subject: [PATCH] Update supported modules list --- README.md | 4 ++-- library.json | 4 ++-- library.properties | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eae64f13..230474bd 100644 --- a/README.md +++ b/README.md @@ -15,8 +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) -Supported modules: **SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320** -More modules may be supported later. +Supported modules: **SIM800, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900, SIM900A, SIM900D, SIM908, SIM968** +More modules (SIM5320, SIM5216, A6, A6C, A7, M590, MG2639) may be supported later. Contributions are welcome! 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/library.json b/library.json index b102dfdb..5bc81a42 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "name": "TinyGSM", "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", + "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, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900, SIM900A, SIM900D, SIM908, SIM968", + "keywords": "GSM, AT commands, AT, SIM800, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900, SIM900A, SIM900D, SIM908, SIM968", "authors": { "name": "Volodymyr Shymanskyy", diff --git a/library.properties b/library.properties index 752bac33..7f36d05d 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ 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 with AT command interface: SIM800, SIM800L, SIM808, SIM900, SIM900A, SIM908, SIM5320 +paragraph=Includes examples for Blynk, MQTT, File Download, and Web Client. Supports GSM modules with AT command interface: SIM800, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900, SIM900A, SIM900D, SIM908, SIM968 category=Communication url=https://github.com/vshymanskyy/TinyGSM architectures=*