From cd0d7c16b6b43aee0d486ab5c62f64a6a1f09eaf Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 1 Feb 2019 19:10:19 +0200 Subject: [PATCH 1/3] Update links --- examples/AllFunctions/AllFunctions.ino | 2 +- examples/BlynkClient/BlynkClient.ino | 2 +- examples/FileDownload/FileDownload.ino | 2 +- examples/HttpClient/HttpClient.ino | 2 +- examples/HttpsClient/HttpsClient.ino | 2 +- examples/MqttClient/MqttClient.ino | 2 +- examples/WebClient/WebClient.ino | 2 +- examples/more/Hologram_Dash/Hologram_Dash.ino | 2 +- examples/more/Industruino/Industruino.ino | 2 +- examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/examples/AllFunctions/AllFunctions.ino b/examples/AllFunctions/AllFunctions.ino index 573e279..a17f39f 100644 --- a/examples/AllFunctions/AllFunctions.ino +++ b/examples/AllFunctions/AllFunctions.ino @@ -1,7 +1,7 @@ /************************************************************** * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * NOTE: * Some of the functions may be unavailable for your modem. diff --git a/examples/BlynkClient/BlynkClient.ino b/examples/BlynkClient/BlynkClient.ino index d3d7ce3..c8f1af7 100644 --- a/examples/BlynkClient/BlynkClient.ino +++ b/examples/BlynkClient/BlynkClient.ino @@ -4,7 +4,7 @@ * https://github.com/blynkkk/blynk-library/releases/latest * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * ************************************************************** * diff --git a/examples/FileDownload/FileDownload.ino b/examples/FileDownload/FileDownload.ino index 19c73a6..b77c04d 100644 --- a/examples/FileDownload/FileDownload.ino +++ b/examples/FileDownload/FileDownload.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#CRC32+checksum * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * ATTENTION! Downloading big files requires of knowledge of * the TinyGSM internals and some modem specifics, diff --git a/examples/HttpClient/HttpClient.ino b/examples/HttpClient/HttpClient.ino index 95b3453..39da935 100644 --- a/examples/HttpClient/HttpClient.ino +++ b/examples/HttpClient/HttpClient.ino @@ -8,7 +8,7 @@ * or from http://librarymanager/all#ArduinoHttpClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * For more HTTP API examples, see ArduinoHttpClient library * diff --git a/examples/HttpsClient/HttpsClient.ino b/examples/HttpsClient/HttpsClient.ino index bd892d7..fdef7b5 100644 --- a/examples/HttpsClient/HttpsClient.ino +++ b/examples/HttpsClient/HttpsClient.ino @@ -8,7 +8,7 @@ * or from http://librarymanager/all#ArduinoHttpClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * SSL/TLS is currently supported only with: SIM8xx, uBlox * diff --git a/examples/MqttClient/MqttClient.ino b/examples/MqttClient/MqttClient.ino index da5933a..3ca89d5 100644 --- a/examples/MqttClient/MqttClient.ino +++ b/examples/MqttClient/MqttClient.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#PubSubClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * For more MQTT examples, see PubSubClient library * diff --git a/examples/WebClient/WebClient.ino b/examples/WebClient/WebClient.ino index e1127fd..bc1fd54 100644 --- a/examples/WebClient/WebClient.ino +++ b/examples/WebClient/WebClient.ino @@ -4,7 +4,7 @@ * It can be used to perform HTTP/RESTful API calls. * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/examples/more/Hologram_Dash/Hologram_Dash.ino b/examples/more/Hologram_Dash/Hologram_Dash.ino index 532fee4..2f195da 100644 --- a/examples/more/Hologram_Dash/Hologram_Dash.ino +++ b/examples/more/Hologram_Dash/Hologram_Dash.ino @@ -4,7 +4,7 @@ * It can be used to perform HTTP/RESTful API calls. * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/examples/more/Industruino/Industruino.ino b/examples/more/Industruino/Industruino.ino index 5e30f86..3757f0c 100644 --- a/examples/more/Industruino/Industruino.ino +++ b/examples/more/Industruino/Industruino.ino @@ -8,7 +8,7 @@ * or from http://librarymanager/all#ArduinoHttpClient * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * * For more HTTP API examples, see ArduinoHttpClient library * diff --git a/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino b/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino index a25babd..e2a679d 100644 --- a/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino +++ b/examples/more/SIM800_SslSetCert/SIM800_SslSetCert.ino @@ -3,7 +3,7 @@ * This sketch uploads SSL certificates to the SIM8xx * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ From aabe6b3d0192b95698f0ff3a683515bcb69a042e Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 1 Feb 2019 19:10:44 +0200 Subject: [PATCH 2/3] Update links --- tools/AT_Debug/AT_Debug.ino | 2 +- tools/AT_Spy/AT_Spy.ino | 2 +- tools/Diagnostics/Diagnostics.ino | 2 +- tools/FactoryReset/FactoryReset.ino | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/AT_Debug/AT_Debug.ino b/tools/AT_Debug/AT_Debug.ino index e8e985d..d809a34 100644 --- a/tools/AT_Debug/AT_Debug.ino +++ b/tools/AT_Debug/AT_Debug.ino @@ -4,7 +4,7 @@ * and allows direct AT commands access * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/tools/AT_Spy/AT_Spy.ino b/tools/AT_Spy/AT_Spy.ino index a427918..c7c0759 100644 --- a/tools/AT_Spy/AT_Spy.ino +++ b/tools/AT_Spy/AT_Spy.ino @@ -4,7 +4,7 @@ * between an Arduino and the modem. * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/tools/Diagnostics/Diagnostics.ino b/tools/Diagnostics/Diagnostics.ino index a57f2b8..eee0655 100644 --- a/tools/Diagnostics/Diagnostics.ino +++ b/tools/Diagnostics/Diagnostics.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#StreamDebugger * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ diff --git a/tools/FactoryReset/FactoryReset.ino b/tools/FactoryReset/FactoryReset.ino index 1570cfc..97d1627 100644 --- a/tools/FactoryReset/FactoryReset.ino +++ b/tools/FactoryReset/FactoryReset.ino @@ -5,7 +5,7 @@ * or from http://librarymanager/all#StreamDebugger * * TinyGSM Getting Started guide: - * http://tiny.cc/tiny-gsm-readme + * https://tiny.cc/tinygsm-readme * **************************************************************/ From 477b4f2d1b3fa8b6c3bc00b47f6592663a83fd72 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Fri, 1 Feb 2019 19:29:25 +0200 Subject: [PATCH 3/3] boost ver --- library.json | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library.json b/library.json index 29ac518..3fbc503 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "TinyGSM", - "version": "0.3.5", + "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": diff --git a/library.properties b/library.properties index 7762874..d9727bd 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyGSM -version=0.3.5 +version=0.3.6 author=Volodymyr Shymanskyy maintainer=Volodymyr Shymanskyy sentence=A small Arduino library for GPRS modules, that just works.