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 Bee sleep options
v_master
SRGDamia1
7 years ago
parent
f272a4895d
commit
3ae668b215
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientXBee.h
+ 1
- 1
src/TinyGsmClientXBee.h
View File
@ -275,7 +275,7 @@ public:
commandMode
(
)
;
sendAT
(
GF
(
"
SM
"
)
,
1
)
;
waitResponse
(
)
;
if
(
beeType
!
=
S6B
)
{
if
(
beeType
=
=
S6B
)
{
sendAT
(
GF
(
"
SO
"
)
,
200
)
;
waitResponse
(
)
;
}
Write
Preview
Loading…
Cancel
Save