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
Waiting up to max for ublox socket close
v_master
Sara Damiano
6 years ago
parent
d97c4babef
commit
f8315576b3
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
@ -88,8 +88,8 @@ public:
virtual
void
stop
(
)
{
TINY_GSM_YIELD
(
)
;
at
-
>
sendAT
(
GF
(
"
+USOCL=
"
)
,
mux
)
;
at
-
>
waitResponse
(
120000L
)
;
sock_connected
=
false
;
at
-
>
waitResponse
(
)
;
rx
.
clear
(
)
;
}
Write
Preview
Loading…
Cancel
Save