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
Another xbee function to check if we have ip saved
v_master
Sara Damiano
5 years ago
parent
a5cada3bab
commit
eeffd92674
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/TinyGsmClientXBee.h
+ 5
- 0
src/TinyGsmClientXBee.h
View File
@ -1079,6 +1079,11 @@ finish:
return
intRes
;
}
bool
gotIPforSavedHost
(
)
{
if
(
savedHost
!
=
"
"
&
&
savedIP
!
=
IPAddress
(
0
,
0
,
0
,
0
)
)
return
true
;
else
return
false
;
}
public
:
Stream
&
stream
;
Write
Preview
Loading…
Cancel
Save