Another xbee function to check if we have ip saved
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user