This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
JSD
/
TinyGSM_Senseright
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Fix modem selection
v_master
Volodymyr Shymanskyy
7 years ago
parent
8dd2e0e335
commit
fc4c433295
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save