diff --git a/examples/AllFunctions/AllFunctions.ino b/examples/AllFunctions/AllFunctions.ino index 82a9381..633342a 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 219bf8c..928c16e 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 13bdfaf..f15a9c8 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 1626605..e05ba49 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 ec46be4..40287a1 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, ESP8266 * diff --git a/examples/MqttClient/MqttClient.ino b/examples/MqttClient/MqttClient.ino index 4fa6b92..96603ab 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 20e085a..8dbab2b 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 * **************************************************************/ diff --git a/library.json b/library.json index 9ed94f6..0996baf 100644 --- a/library.json +++ b/library.json @@ -1,8 +1,8 @@ { "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": [ { diff --git a/library.properties b/library.properties index e364b4a..9a8e1a1 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=TinyGSM -version=0.4.6 +version=0.3.6 author=Volodymyr Shymanskyy maintainer=Volodymyr Shymanskyy sentence=A small Arduino library for GPRS modules, that just works. diff --git a/tools/AT_Debug/AT_Debug.ino b/tools/AT_Debug/AT_Debug.ino index 0d3db46..d455422 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 d058d30..8283c59 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 6b0456f..615d981 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 * **************************************************************/