From 512c69f3dfeda7f0a50dcb575cfe60cdc2041983 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 12 Sep 2017 13:50:34 +0300 Subject: [PATCH] Adjust modem selection options --- examples/AllFunctions/AllFunctions.ino | 1 - examples/BlynkClient/BlynkClient.ino | 1 + examples/FileDownload/FileDownload.ino | 1 + examples/HttpClient/HttpClient.ino | 1 + examples/HttpsClient/HttpsClient.ino | 3 ++- examples/MqttClient/MqttClient.ino | 1 + examples/WebClient/WebClient.ino | 1 + 7 files changed, 7 insertions(+), 2 deletions(-) diff --git a/examples/AllFunctions/AllFunctions.ino b/examples/AllFunctions/AllFunctions.ino index 0dd80bd..1e28bcb 100644 --- a/examples/AllFunctions/AllFunctions.ino +++ b/examples/AllFunctions/AllFunctions.ino @@ -16,7 +16,6 @@ // #define TINY_GSM_MODEM_A6 // #define TINY_GSM_MODEM_A7 // #define TINY_GSM_MODEM_M590 -// #define TINY_GSM_MODEM_ESP8266 // Set serial for debug console (to the Serial Monitor, speed 115200) #define SerialMon Serial diff --git a/examples/BlynkClient/BlynkClient.ino b/examples/BlynkClient/BlynkClient.ino index 5264c79..2716612 100644 --- a/examples/BlynkClient/BlynkClient.ino +++ b/examples/BlynkClient/BlynkClient.ino @@ -30,6 +30,7 @@ // Select your modem: #define TINY_GSM_MODEM_SIM800 +// #define TINY_GSM_MODEM_SIM808 // #define TINY_GSM_MODEM_SIM900 // #define TINY_GSM_MODEM_A6 // #define TINY_GSM_MODEM_A7 diff --git a/examples/FileDownload/FileDownload.ino b/examples/FileDownload/FileDownload.ino index 0853d3b..2ee647b 100644 --- a/examples/FileDownload/FileDownload.ino +++ b/examples/FileDownload/FileDownload.ino @@ -14,6 +14,7 @@ // Select your modem: #define TINY_GSM_MODEM_SIM800 +// #define TINY_GSM_MODEM_SIM808 // #define TINY_GSM_MODEM_SIM900 // #define TINY_GSM_MODEM_A6 // #define TINY_GSM_MODEM_A7 diff --git a/examples/HttpClient/HttpClient.ino b/examples/HttpClient/HttpClient.ino index 0ab7726..a2c1b73 100644 --- a/examples/HttpClient/HttpClient.ino +++ b/examples/HttpClient/HttpClient.ino @@ -14,6 +14,7 @@ // Select your modem: #define TINY_GSM_MODEM_SIM800 +// #define TINY_GSM_MODEM_SIM808 // #define TINY_GSM_MODEM_SIM900 // #define TINY_GSM_MODEM_A6 // #define TINY_GSM_MODEM_A7 diff --git a/examples/HttpsClient/HttpsClient.ino b/examples/HttpsClient/HttpsClient.ino index 49a85fe..b0308ff 100644 --- a/examples/HttpsClient/HttpsClient.ino +++ b/examples/HttpsClient/HttpsClient.ino @@ -13,8 +13,9 @@ **************************************************************/ // Select your modem -// SSL/TLS is currently supported only with SIM800 series +// SSL/TLS is currently supported only with SIM8xx series #define TINY_GSM_MODEM_SIM800 +#define TINY_GSM_MODEM_SIM808 // Increase RX buffer #define TINY_GSM_RX_BUFFER 64 diff --git a/examples/MqttClient/MqttClient.ino b/examples/MqttClient/MqttClient.ino index 9327462..856eb05 100644 --- a/examples/MqttClient/MqttClient.ino +++ b/examples/MqttClient/MqttClient.ino @@ -27,6 +27,7 @@ // Select your modem: #define TINY_GSM_MODEM_SIM800 +// #define TINY_GSM_MODEM_SIM808 // #define TINY_GSM_MODEM_SIM900 // #define TINY_GSM_MODEM_A6 // #define TINY_GSM_MODEM_A7 diff --git a/examples/WebClient/WebClient.ino b/examples/WebClient/WebClient.ino index 504e47c..6f65c93 100644 --- a/examples/WebClient/WebClient.ino +++ b/examples/WebClient/WebClient.ino @@ -10,6 +10,7 @@ // Select your modem: #define TINY_GSM_MODEM_SIM800 +// #define TINY_GSM_MODEM_SIM808 // #define TINY_GSM_MODEM_SIM900 // #define TINY_GSM_MODEM_A6 // #define TINY_GSM_MODEM_A7