print ip address for W5500 devices

This commit is contained in:
technyon
2023-03-02 20:15:16 +01:00
parent d6c0223800
commit 130fd23235
3 changed files with 13 additions and 2 deletions

View File

@@ -71,6 +71,7 @@ private:
bool _hasDHCPAddress = false;
char* _path;
W5500Variant _variant;
bool _lastConnected = false;
byte _mac[6];
};