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
longer wait for CIPCLOSE on esp
v_master
Sara Damiano
5 years ago
parent
015c2b4144
commit
9fd4a52bc3
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientESP8266.h
+ 1
- 1
src/TinyGsmClientESP8266.h
View File
@ -82,7 +82,7 @@ TINY_GSM_CLIENT_CONNECT_OVERLOADS()
TINY_GSM_YIELD
(
)
;
at
-
>
sendAT
(
GF
(
"
+CIPCLOSE=
"
)
,
mux
)
;
sock_connected
=
false
;
at
-
>
waitResponse
(
)
;
at
-
>
waitResponse
(
5000L
)
;
rx
.
clear
(
)
;
}
Write
Preview
Loading…
Cancel
Save