diff --git a/examples/FileDownload/FileDownload.ino b/examples/FileDownload/FileDownload.ino index c3aab53..0853d3b 100644 --- a/examples/FileDownload/FileDownload.ino +++ b/examples/FileDownload/FileDownload.ino @@ -24,6 +24,7 @@ #define TINY_GSM_RX_BUFFER 1030 //#define DUMP_AT_COMMANDS +//#define TINY_GSM_DEBUG Serial // Your GPRS credentials // Leave empty, if missing user or pass diff --git a/examples/HttpClient/HttpClient.ino b/examples/HttpClient/HttpClient.ino index 1b8029b..0ab7726 100644 --- a/examples/HttpClient/HttpClient.ino +++ b/examples/HttpClient/HttpClient.ino @@ -42,7 +42,7 @@ const char pass[] = ""; // Name of the server we want to connect to const char server[] = "cdn.rawgit.com"; -const int port = 80; +const int port = 443; // Path to download (this is the bit after the hostname in the URL) const char resource[] = "/vshymanskyy/tinygsm/master/extras/logo.txt";