Browse Source

Fix modem selection

v_master
Volodymyr Shymanskyy 7 years ago
parent
commit
fc4c433295
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/HttpsClient/HttpsClient.ino

+ 1
- 1
examples/HttpsClient/HttpsClient.ino View File

@ -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


Loading…
Cancel
Save