restart ESP when OTA doesn't complete

This commit is contained in:
technyon
2022-07-21 20:23:56 +02:00
parent f580c92f17
commit 492690ecf1
2 changed files with 13 additions and 4 deletions

View File

@@ -74,6 +74,7 @@ private:
char _credPassword[31] = {0};
bool _allowRestartToPortal = false;
uint32_t _transferredSize = 0;
unsigned long _otaStartTs = 0;
String _hostname;
String _confirmCode = "----";