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
Added debug print
v_master
Sara Damiano
6 years ago
parent
3cb71a54be
commit
12ddad6f8a
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/TinyGsmClientXBee.h
+ 1
- 0
src/TinyGsmClientXBee.h
View File
@ -419,6 +419,7 @@ public:
/
/
This
uses
the
board
'
s
hardware
reset
pin
to
force
it
to
reset
void
pinReset
(
)
{
if
(
resetPin
>
=
0
)
{
DBG
(
"
### Forcing a modem reset!
\r
\n
"
)
;
digitalWrite
(
resetPin
,
LOW
)
;
delay
(
1
)
;
digitalWrite
(
resetPin
,
HIGH
)
;
Write
Preview
Loading…
Cancel
Save