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
Fixed shutdown command.
v_master
Michael Krumpus
5 years ago
parent
afd96430e3
commit
f3a18828d7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientSequansMonarch.h
+ 1
- 1
src/TinyGsmClientSequansMonarch.h
View File
@ -351,7 +351,7 @@ public:
}
bool
poweroff
(
)
{
sendAT
(
GF
(
"
+SQNSSHDN
=?
"
)
)
;
sendAT
(
GF
(
"
+SQNSSHDN
"
)
)
;
return
waitResponse
(
)
;
}
Write
Preview
Loading…
Cancel
Save