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
Extra debugging
v_master
SRGDamia1
7 years ago
parent
7e80677569
commit
ad278fb834
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
TinyGsmClientXBee.h
+ 5
- 1
TinyGsmClientXBee.h
View File
@ -519,7 +519,11 @@ private:
streamWrite
(
tail
.
.
.
)
;
}
int
streamRead
(
)
{
return
stream
.
read
(
)
;
}
int
streamRead
(
)
{
int
c
=
stream
.
read
(
)
;
DBG
(
(
char
)
c
)
return
c
;
}
String
streamReadUntil
(
char
c
)
{
String
return_string
=
stream
.
readStringUntil
(
c
)
;
Write
Preview
Loading…
Cancel
Save