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
Checking if socket is connected before closing
v_master
Sara Damiano
6 years ago
parent
3b405775a8
commit
3b971ba759
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientUBLOX.h
+ 1
- 1
src/TinyGsmClientUBLOX.h
View File
@ -65,7 +65,7 @@ public:
public
:
virtual
int
connect
(
const
char
*
host
,
uint16_t
port
)
{
stop
(
)
;
if
(
sock_connected
)
stop
(
)
;
TINY_GSM_YIELD
(
)
;
rx
.
clear
(
)
;
sock_connected
=
at
-
>
modemConnect
(
host
,
port
,
&
mux
)
;
Write
Preview
Loading…
Cancel
Save