Add TINY_GSM_DEBUG -> Serial

This commit is contained in:
Volodymyr Shymanskyy
2017-09-12 12:44:33 +03:00
parent 62b326df57
commit 2d564870f7
2 changed files with 2 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
#define TINY_GSM_RX_BUFFER 1030 #define TINY_GSM_RX_BUFFER 1030
//#define DUMP_AT_COMMANDS //#define DUMP_AT_COMMANDS
//#define TINY_GSM_DEBUG Serial
// Your GPRS credentials // Your GPRS credentials
// Leave empty, if missing user or pass // Leave empty, if missing user or pass

View File

@@ -42,7 +42,7 @@ const char pass[] = "";
// Name of the server we want to connect to // Name of the server we want to connect to
const char server[] = "cdn.rawgit.com"; 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) // Path to download (this is the bit after the hostname in the URL)
const char resource[] = "/vshymanskyy/tinygsm/master/extras/logo.txt"; const char resource[] = "/vshymanskyy/tinygsm/master/extras/logo.txt";