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 build
v_master
Volodymyr Shymanskyy
7 years ago
parent
89eed1d9bb
commit
9e802e1a77
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
tools/test_build/test_build.ino
+ 1
- 1
tools/test_build/test_build.ino
View File
@ -10,7 +10,7 @@ TinyGsm modem(Serial);
TinyGsmClient
client
(
modem
)
;
#
if defined(TINY_GSM_MODEM_HAS_SSL)
TinyGsmClientSecure
client
(
modem
)
;
TinyGsmClientSecure
client
_secure
(
modem
)
;
#
endif
char
server
[
]
=
"
somewhere
"
;
Write
Preview
Loading…
Cancel
Save