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
remove bad lines
Signed-off-by: Sara Damiano <sdamiano@stroudcenter.org>
v_master
Sara Damiano
5 years ago
parent
861517e113
commit
41bff5902a
1 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-5
examples/HttpsClient/HttpsClient.ino
+ 0
- 5
examples/HttpsClient/HttpsClient.ino
View File
@ -143,11 +143,6 @@ void setup() {
modem
.
simUnlock
(
GSM_PIN
)
;
}
#
endif
if
(
!
modem
.
hasSSL
(
)
)
{
SerialMon
.
println
(
F
(
"
SSL is not supported by this modem
"
)
)
;
while
(
true
)
{
delay
(
1000
)
;
}
}
}
void
loop
(
)
{
Write
Preview
Loading…
Cancel
Save