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
Waiting for WiFi disconnect
v_master
SRGDamia1
7 years ago
parent
b3044d2762
commit
16b843ec43
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
src/TinyGsmClientESP8266.h
+1
-1
src/TinyGsmClientXBee.h
+ 3
- 1
src/TinyGsmClientESP8266.h
View File
@ -330,7 +330,9 @@ public:
bool
networkDisconnect
(
)
{
sendAT
(
GF
(
"
+CWQAP
"
)
)
;
return
waitResponse
(
10000L
)
=
=
1
;
bool
retVal
=
waitResponse
(
10000L
)
=
=
1
;
waitResponse
(
GF
(
"
WIFI DISCONNECT
"
)
)
;
return
retVal
;
}
String
getLocalIP
(
)
{
+ 1
- 1
src/TinyGsmClientXBee.h
View File
@ -608,7 +608,7 @@ finish:
data
.
replace
(
GSM_NL
GSM_NL
,
GSM_NL
)
;
data
.
replace
(
GSM_NL
,
"
\r
\n
"
)
;
if
(
data
.
length
(
)
)
{
DBG
(
"
<<<
"
,
data
,
"
\r
\n
"
)
;
/
/
DBG
(
"
<<<
"
,
data
)
;
}
}
return
index
;
Write
Preview
Loading…
Cancel
Save