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
Removed completed TODO
v_master
SRGDamia1
8 years ago
parent
b196746fc0
commit
206044a1ba
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
TinyGsmClientA6.h
+1
-1
TinyGsmClientM590.h
+1
-1
TinyGsmClientSIM800.h
+ 1
- 1
TinyGsmClientA6.h
View File
@ -573,7 +573,7 @@ private:
return
return_string
;
}
bool
streamSkipUntil
(
char
c
)
{
/
/
TODO
:
timeout
bool
streamSkipUntil
(
char
c
)
{
String
skipped
=
stream
.
readStringUntil
(
c
)
;
skipped
.
trim
(
)
;
if
(
skipped
.
length
(
)
)
{
+ 1
- 1
TinyGsmClientM590.h
View File
@ -594,7 +594,7 @@ private:
return
return_string
;
}
bool
streamSkipUntil
(
char
c
)
{
/
/
TODO
:
timeout
bool
streamSkipUntil
(
char
c
)
{
String
skipped
=
stream
.
readStringUntil
(
c
)
;
skipped
.
trim
(
)
;
if
(
skipped
.
length
(
)
)
{
+ 1
- 1
TinyGsmClientSIM800.h
View File
@ -729,7 +729,7 @@ private:
return
return_string
;
}
bool
streamSkipUntil
(
char
c
)
{
/
/
TODO
:
timeout
bool
streamSkipUntil
(
char
c
)
{
String
skipped
=
stream
.
readStringUntil
(
c
)
;
skipped
.
trim
(
)
;
if
(
skipped
.
length
(
)
)
{
Write
Preview
Loading…
Cancel
Save