Browse Source

Merge branch 'master' into original

v_master
Volodymyr Shymanskyy 6 years ago
committed by GitHub
parent
commit
311445dd6c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 18 additions and 18 deletions
  1. +1
    -1
      examples/AllFunctions/AllFunctions.ino
  2. +1
    -1
      examples/BlynkClient/BlynkClient.ino
  3. +1
    -1
      examples/FileDownload/FileDownload.ino
  4. +1
    -1
      examples/HttpClient/HttpClient.ino
  5. +1
    -1
      examples/HttpsClient/HttpsClient.ino
  6. +1
    -1
      examples/MqttClient/MqttClient.ino
  7. +1
    -1
      examples/WebClient/WebClient.ino
  8. +1
    -1
      examples/more/Hologram_Dash/Hologram_Dash.ino
  9. +1
    -1
      examples/more/Industruino/Industruino.ino
  10. +1
    -1
      examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino
  11. +3
    -3
      library.json
  12. +1
    -1
      library.properties
  13. +1
    -1
      tools/AT_Debug/AT_Debug.ino
  14. +1
    -1
      tools/AT_Spy/AT_Spy.ino
  15. +1
    -1
      tools/Diagnostics/Diagnostics.ino
  16. +1
    -1
      tools/FactoryReset/FactoryReset.ino

+ 1
- 1
examples/AllFunctions/AllFunctions.ino 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.


+ 1
- 1
examples/BlynkClient/BlynkClient.ino 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
* *
************************************************************** **************************************************************
* *


+ 1
- 1
examples/FileDownload/FileDownload.ino 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,


+ 1
- 1
examples/HttpClient/HttpClient.ino 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
* *


+ 1
- 1
examples/HttpsClient/HttpsClient.ino 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
* *


+ 1
- 1
examples/MqttClient/MqttClient.ino 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
* *


+ 1
- 1
examples/WebClient/WebClient.ino 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
* *
**************************************************************/ **************************************************************/


+ 1
- 1
examples/more/Hologram_Dash/Hologram_Dash.ino 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
* *
**************************************************************/ **************************************************************/


+ 1
- 1
examples/more/Industruino/Industruino.ino 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
* *


+ 1
- 1
examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino 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
* *
**************************************************************/ **************************************************************/


+ 3
- 3
library.json View File

@ -1,8 +1,8 @@
{ {
"name": "TinyGSM", "name": "TinyGSM",
"version": "0.4.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.",
"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",
"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 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",
"authors": "authors":
[ [
{ {


+ 1
- 1
library.properties 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.


+ 1
- 1
tools/AT_Debug/AT_Debug.ino 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
* *
**************************************************************/ **************************************************************/


+ 1
- 1
tools/AT_Spy/AT_Spy.ino 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
* *
**************************************************************/ **************************************************************/


+ 1
- 1
tools/Diagnostics/Diagnostics.ino 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
* *
**************************************************************/ **************************************************************/


+ 1
- 1
tools/FactoryReset/FactoryReset.ino 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
* *
**************************************************************/ **************************************************************/


Loading…
Cancel
Save