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
Missing brace
v_master
Sara Damiano
5 years ago
parent
4debf545b1
commit
5f8c1c5784
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientSaraR4.h
+ 1
- 1
src/TinyGsmClientSaraR4.h
View File
@ -632,7 +632,7 @@ protected:
}
else
if
(
res
=
=
3
)
{
streamSkipUntil
(
'
\n
'
)
;
/
/
Skip
the
error
text
}
if
(
!
result
)
if
(
!
result
)
{
sockets
[
mux
]
-
>
sock_connected
=
modemGetConnected
(
mux
)
;
}
return
result
;
Write
Preview
Loading…
Cancel
Save