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 missing waitResponse()
dependabot/github_actions/actions/checkout-4
Francesco Stefanni
3 years ago
parent
57514b7c4d
commit
57895868f2
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/TinyGsmClientSIM7000.h
+ 1
- 0
src/TinyGsmClientSIM7000.h
View File
@ -581,6 +581,7 @@ class TinyGsmSim7000 : public TinyGsmModem<TinyGsmSim7000>,
streamSkipUntil
(
'
,
'
)
;
/
/
Skip
mux
int8_t
res
=
streamGetIntBefore
(
'
\n
'
)
;
waitResponse
(
)
;
return
0
=
=
res
;
}
Write
Preview
Loading…
Cancel
Save