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
Fix
#67
v_master
Volodymyr Shymanskyy
7 years ago
parent
e37b2a62e4
commit
9129d8fe8f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
TinyGsmClientSIM800.h
+ 1
- 1
TinyGsmClientSIM800.h
View File
@ -524,7 +524,7 @@ public:
String
getGsmLocation
(
)
{
sendAT
(
GF
(
"
+CIPGSMLOC=1,1
"
)
)
;
if
(
waitResponse
(
GF
(
GSM_NL
"
+CIPGSMLOC:
"
)
)
!
=
1
)
{
if
(
waitResponse
(
10000L
,
GF
(
GSM_NL
"
+CIPGSMLOC:
"
)
)
!
=
1
)
{
return
"
"
;
}
String
res
=
stream
.
readStringUntil
(
'
\n
'
)
;
Write
Preview
Loading…
Cancel
Save