From fc4c4332950239dd2bfad0c8c3b62116578ad4bf Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Sun, 24 Sep 2017 17:37:18 +0300 Subject: [PATCH] Fix modem selection --- examples/HttpsClient/HttpsClient.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/HttpsClient/HttpsClient.ino b/examples/HttpsClient/HttpsClient.ino index b0308ff..dfe5bd5 100644 --- a/examples/HttpsClient/HttpsClient.ino +++ b/examples/HttpsClient/HttpsClient.ino @@ -15,7 +15,7 @@ // Select your modem // SSL/TLS is currently supported only with SIM8xx series #define TINY_GSM_MODEM_SIM800 -#define TINY_GSM_MODEM_SIM808 +//#define TINY_GSM_MODEM_SIM808 // Increase RX buffer #define TINY_GSM_RX_BUFFER 64