disable all automatic restarts when OTA has started

This commit is contained in:
technyon
2022-07-21 18:31:46 +02:00
parent 2ade696e8b
commit a24bb4b0c2
9 changed files with 35 additions and 7 deletions

View File

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