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
Initialized to prevent compiler warning.
v_master
SRGDamia1
7 years ago
parent
03a721521c
commit
f272a4895d
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
@ -275,7 +275,7 @@ public:
bool
isNetworkConnected
(
)
{
sendAT
(
GF
(
"
+CIPSTATUS
"
)
)
;
int
res1
=
waitResponse
(
3000
,
GF
(
"
STATUS:
"
)
)
;
int
res2
;
int
res2
=
0
;
if
(
res1
=
=
1
)
{
res2
=
waitResponse
(
GFP
(
GSM_ERROR
)
,
GF
(
"
2
"
)
,
GF
(
"
3
"
)
,
GF
(
"
4
"
)
,
GF
(
"
5
"
)
)
;
}
Write
Preview
Loading…
Cancel
Save