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
Quick close on SIM800
v_master
Sara Damiano
6 years ago
parent
831171c15c
commit
80f77495f1
2 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
BIN
extras/AT Command Manuals/Quectel_BC95_AT_Commands_Manual_V1.9.pdf
+1
-1
src/TinyGsmClientSIM800.h
BIN
extras/AT Command Manuals/Quectel_BC95_AT_Commands_Manual_V1.9.pdf
View File
+ 1
- 1
src/TinyGsmClientSIM800.h
View File
@ -107,7 +107,7 @@ public:
rx
.
clear
(
)
;
at
-
>
maintain
(
)
;
}
at
-
>
sendAT
(
GF
(
"
+CIPCLOSE=
"
)
,
mux
)
;
at
-
>
sendAT
(
GF
(
"
+CIPCLOSE=
"
)
,
mux
,
GF
(
"
,1
"
)
)
;
/
/
Quick
close
sock_connected
=
false
;
at
-
>
waitResponse
(
)
;
}
Write
Preview
Loading…
Cancel
Save