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
Fix A6 warning
v_master
Sara Damiano
5 years ago
parent
4df78ef650
commit
735c8b7069
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientA6.h
+ 1
- 1
src/TinyGsmClientA6.h
View File
@ -593,7 +593,7 @@ protected:
return
len
;
return
len
;
}
}
bool
modemGetConnected
(
uint8_t
mux
)
{
bool
modemGetConnected
(
uint8_t
)
{
sendAT
(
GF
(
"
+CIPSTATUS
"
)
)
;
/
/
TODO
mux
?
sendAT
(
GF
(
"
+CIPSTATUS
"
)
)
;
/
/
TODO
mux
?
int
res
=
waitResponse
(
GF
(
"
,
\"
CONNECTED
\"
"
)
,
GF
(
"
,
\"
CLOSED
\"
"
)
,
GF
(
"
,
\"
CLOSING
\"
"
)
,
GF
(
"
,
\"
INITIAL
\"
"
)
)
;
int
res
=
waitResponse
(
GF
(
"
,
\"
CONNECTED
\"
"
)
,
GF
(
"
,
\"
CLOSED
\"
"
)
,
GF
(
"
,
\"
CLOSING
\"
"
)
,
GF
(
"
,
\"
INITIAL
\"
"
)
)
;
waitResponse
(
)
;
waitResponse
(
)
;
Write
Preview
Loading…
Cancel
Save