Browse Source

Another xbee function to check if we have ip saved

v_master
Sara Damiano 5 years ago
parent
commit
eeffd92674
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/TinyGsmClientXBee.h

+ 5
- 0
src/TinyGsmClientXBee.h View File

@ -1079,6 +1079,11 @@ finish:
return intRes; return intRes;
} }
bool gotIPforSavedHost() {
if (savedHost != "" && savedIP != IPAddress(0,0,0,0)) return true;
else return false;
}
public: public:
Stream& stream; Stream& stream;


Loading…
Cancel
Save