mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
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