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
Increased maintain time again
v_master
SRGDamia1
7 years ago
parent
29dd7fd472
commit
7399ef69a2
5 changed files
with
5 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/TinyGsmClientA6.h
+1
-1
src/TinyGsmClientESP8266.h
+1
-1
src/TinyGsmClientM590.h
+1
-1
src/TinyGsmClientSIM800.h
+1
-1
src/TinyGsmClientU201.h
+ 1
- 1
src/TinyGsmClientA6.h
View File
@ -218,7 +218,7 @@ public:
void
maintain
(
)
{
/
/
while
(
stream
.
available
(
)
)
{
waitResponse
(
1
0
,
NULL
,
NULL
)
;
waitResponse
(
5
0
,
NULL
,
NULL
)
;
/
/
}
}
+ 1
- 1
src/TinyGsmClientESP8266.h
View File
@ -210,7 +210,7 @@ public:
}
void
maintain
(
)
{
waitResponse
(
1
0
,
NULL
,
NULL
)
;
waitResponse
(
5
0
,
NULL
,
NULL
)
;
}
bool
factoryDefault
(
)
{
+ 1
- 1
src/TinyGsmClientM590.h
View File
@ -214,7 +214,7 @@ public:
void
maintain
(
)
{
/
/
while
(
stream
.
available
(
)
)
{
waitResponse
(
1
0
,
NULL
,
NULL
)
;
waitResponse
(
5
0
,
NULL
,
NULL
)
;
/
/
}
}
+ 1
- 1
src/TinyGsmClientSIM800.h
View File
@ -253,7 +253,7 @@ public:
}
}
while
(
stream
.
available
(
)
)
{
waitResponse
(
1
0
,
NULL
,
NULL
)
;
waitResponse
(
5
0
,
NULL
,
NULL
)
;
}
}
+ 1
- 1
src/TinyGsmClientU201.h
View File
@ -247,7 +247,7 @@ public:
}
}
while
(
stream
.
available
(
)
)
{
waitResponse
(
1
0
,
NULL
,
NULL
)
;
waitResponse
(
5
0
,
NULL
,
NULL
)
;
}
}
Write
Preview
Loading…
Cancel
Save