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
Removed extra wait for 'connect' b/c it is before the ok
v_master
SRGDamia1
7 years ago
parent
5cba94408d
commit
6a04def5f3
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
@ -358,11 +358,11 @@ protected:
waitResponse
(
)
;
}
sendAT
(
GF
(
"
+CIPSTART=
"
)
,
mux
,
'
,
'
,
ssl
?
GF
(
"
\"
SSL
"
)
:
GF
(
"
\"
TCP
"
)
,
GF
(
"
\"
,
\"
"
)
,
host
,
GF
(
"
\"
,
"
)
,
port
,
GF
(
"
,
"
)
,
TINY_GSM_TCP_KEEP_ALIVE
)
;
/
/
TODO
:
Check
mux
int
rsp
=
waitResponse
(
75000L
,
GFP
(
GSM_OK
)
,
GFP
(
GSM_ERROR
)
,
GF
(
GSM_NL
"
ALREADY CONNECT
"
GSM_NL
)
)
;
waitResponse
(
100
,
GF
(
"
CONNECT
"
)
)
;
/
/
TODO
:
use
mux
return
(
1
=
=
rsp
)
;
}
Write
Preview
Loading…
Cancel
Save