Browse Source

Add direct links to libraries

v_master
Volodymyr Shymanskyy 8 years ago
parent
commit
01f8b8fbd5
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      examples/FileDownload/FileDownload.ino
  2. +1
    -0
      examples/MqttClient/MqttClient.ino

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

@ -2,6 +2,7 @@
*
* For this example, you need to install CRC32 library:
* https://github.com/vshymanskyy/CRC32.git
* or from http://librarymanager/all#CRC32+checksum
*
* TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme


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

@ -2,6 +2,7 @@
*
* For this example, you need to install PubSubClient library:
* https://github.com/knolleary/pubsubclient/releases/latest
* or from http://librarymanager/all#PubSubClient
*
* TinyGSM Getting Started guide:
* http://tiny.cc/tiny-gsm-readme


Loading…
Cancel
Save