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
Adding missing return statement
v_master
SRGDamia1
7 years ago
parent
18fddda241
commit
35e56e35dd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/TinyGsmClientXBee.h
+ 1
- 0
src/TinyGsmClientXBee.h
View File
@ -600,6 +600,7 @@ public:
if
(
1
!
=
waitResponse
(
)
)
return
false
;
sendAT
(
GF
(
"
AC
"
)
)
;
/
/
Apply
changes
if
(
1
!
=
waitResponse
(
)
)
return
false
;
return
true
;
}
void
exitCommand
(
void
)
{
Write
Preview
Loading…
Cancel
Save