Merge branch 'master' into original

This commit is contained in:
Volodymyr Shymanskyy
2019-02-06 23:46:53 +02:00
committed by GitHub
16 changed files with 18 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
/************************************************************** /**************************************************************
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
* NOTE: * NOTE:
* Some of the functions may be unavailable for your modem. * Some of the functions may be unavailable for your modem.

View File

@@ -4,7 +4,7 @@
* https://github.com/blynkkk/blynk-library/releases/latest * https://github.com/blynkkk/blynk-library/releases/latest
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
************************************************************** **************************************************************
* *

View File

@@ -5,7 +5,7 @@
* or from http://librarymanager/all#CRC32+checksum * or from http://librarymanager/all#CRC32+checksum
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
* ATTENTION! Downloading big files requires of knowledge of * ATTENTION! Downloading big files requires of knowledge of
* the TinyGSM internals and some modem specifics, * the TinyGSM internals and some modem specifics,

View File

@@ -8,7 +8,7 @@
* or from http://librarymanager/all#ArduinoHttpClient * or from http://librarymanager/all#ArduinoHttpClient
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
* For more HTTP API examples, see ArduinoHttpClient library * For more HTTP API examples, see ArduinoHttpClient library
* *

View File

@@ -8,7 +8,7 @@
* or from http://librarymanager/all#ArduinoHttpClient * or from http://librarymanager/all#ArduinoHttpClient
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
* SSL/TLS is currently supported only with: SIM8xx, uBlox, ESP8266 * SSL/TLS is currently supported only with: SIM8xx, uBlox, ESP8266
* *

View File

@@ -5,7 +5,7 @@
* or from http://librarymanager/all#PubSubClient * or from http://librarymanager/all#PubSubClient
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
* For more MQTT examples, see PubSubClient library * For more MQTT examples, see PubSubClient library
* *

View File

@@ -4,7 +4,7 @@
* It can be used to perform HTTP/RESTful API calls. * It can be used to perform HTTP/RESTful API calls.
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
**************************************************************/ **************************************************************/

View File

@@ -4,7 +4,7 @@
* It can be used to perform HTTP/RESTful API calls. * It can be used to perform HTTP/RESTful API calls.
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
**************************************************************/ **************************************************************/

View File

@@ -8,7 +8,7 @@
* or from http://librarymanager/all#ArduinoHttpClient * or from http://librarymanager/all#ArduinoHttpClient
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
* For more HTTP API examples, see ArduinoHttpClient library * For more HTTP API examples, see ArduinoHttpClient library
* *

View File

@@ -3,7 +3,7 @@
* This sketch uploads SSL certificates to the SIM8xx * This sketch uploads SSL certificates to the SIM8xx
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
**************************************************************/ **************************************************************/

View File

@@ -1,8 +1,8 @@
{ {
"name": "TinyGSM", "name": "TinyGSM",
"version": "0.4.6", "version": "0.3.6",
"description": "A small Arduino library for GPRS modules, that just works. Includes examples for Blynk, MQTT, File Download, and Web Client. Supports many GSM and wifi modules with AT command interfaces.", "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, SIM900, A6, A7, M590, ESP8266, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968, M95, MC60, MC60E, BG96, ublox", "keywords": "GSM, AT commands, AT, SIM800, SIM900, A6, A7, M590, ESP8266, SIM800A, SIM800C, SIM800L, SIM800H, SIM808, SIM868, SIM900A, SIM900D, SIM908, SIM968",
"authors": "authors":
[ [
{ {

View File

@@ -1,5 +1,5 @@
name=TinyGSM name=TinyGSM
version=0.4.6 version=0.3.6
author=Volodymyr Shymanskyy author=Volodymyr Shymanskyy
maintainer=Volodymyr Shymanskyy maintainer=Volodymyr Shymanskyy
sentence=A small Arduino library for GPRS modules, that just works. sentence=A small Arduino library for GPRS modules, that just works.

View File

@@ -4,7 +4,7 @@
* and allows direct AT commands access * and allows direct AT commands access
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
**************************************************************/ **************************************************************/

View File

@@ -4,7 +4,7 @@
* between an Arduino and the modem. * between an Arduino and the modem.
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
**************************************************************/ **************************************************************/

View File

@@ -5,7 +5,7 @@
* or from http://librarymanager/all#StreamDebugger * or from http://librarymanager/all#StreamDebugger
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
**************************************************************/ **************************************************************/

View File

@@ -5,7 +5,7 @@
* or from http://librarymanager/all#StreamDebugger * or from http://librarymanager/all#StreamDebugger
* *
* TinyGSM Getting Started guide: * TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme * https://tiny.cc/tinygsm-readme
* *
**************************************************************/ **************************************************************/