apply restart option to W5500

This commit is contained in:
technyon
2022-06-30 20:38:52 +02:00
parent d693e8a065
commit 756c96a367
3 changed files with 9 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ private:
int _maintainResult = 0;
bool _hasDHCPAddress = false;
bool _restartOnDisconnect = false;
byte _mac[6];
};