Browse Source

Update links

v_master
Volodymyr Shymanskyy 6 years ago
parent
commit
cd0d7c16b6
10 changed files with 10 additions and 10 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

+ 1
- 1
examples/AllFunctions/AllFunctions.ino View File

@ -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.


+ 1
- 1
examples/BlynkClient/BlynkClient.ino View File

@ -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
*
**************************************************************
*


+ 1
- 1
examples/FileDownload/FileDownload.ino View File

@ -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,


+ 1
- 1
examples/HttpClient/HttpClient.ino View File

@ -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
*


+ 1
- 1
examples/HttpsClient/HttpsClient.ino View File

@ -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
*


+ 1
- 1
examples/MqttClient/MqttClient.ino View File

@ -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
*


+ 1
- 1
examples/WebClient/WebClient.ino View File

@ -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
*
**************************************************************/


+ 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.
*
* 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
*
* TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme
* https://tiny.cc/tinygsm-readme
*
* 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
*
* TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme
* https://tiny.cc/tinygsm-readme
*
**************************************************************/


Loading…
Cancel
Save