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
DBG
v_master
SRGDamia1
7 years ago
parent
ad278fb834
commit
e4716cabc4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
TinyGsmClientXBee.h
+ 1
- 1
TinyGsmClientXBee.h
View File
@ -537,7 +537,7 @@ private:
bool
commandMode
(
void
)
{
delay
(
1000
)
;
/
/
cannot
send
anything
for
1
second
before
entering
command
mode
streamWrite
(
GF
(
"
+++
"
)
)
;
/
/
enter
command
mode
DBG
(
"
+++
\r
\n
"
)
;
DBG
(
"
\r
\n
+++
\r
\n
"
)
;
waitResponse
(
1100
)
;
return
1
=
=
waitResponse
(
1100
)
;
/
/
wait
another
second
for
an
"
OK
\r
"
}
Write
Preview
Loading…
Cancel
Save