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
Longer wait for power down
v_master
Sara Damiano
5 years ago
parent
c22efc5327
commit
69cbab842d
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientSIM800.h
+ 1
- 1
src/TinyGsmClientSIM800.h
View File
@ -269,7 +269,7 @@ TINY_GSM_MODEM_GET_INFO_ATI()
bool
poweroff
(
)
{
bool
poweroff
(
)
{
sendAT
(
GF
(
"
+CPOWD=1
"
)
)
;
sendAT
(
GF
(
"
+CPOWD=1
"
)
)
;
return
waitResponse
(
GF
(
"
NORMAL POWER DOWN
"
)
)
=
=
1
;
return
waitResponse
(
10000L
,
GF
(
"
NORMAL POWER DOWN
"
)
)
=
=
1
;
}
}
bool
radioOff
(
)
{
bool
radioOff
(
)
{
Write
Preview
Loading…
Cancel
Save