Amended the page discard timing. Issue#51

pull/57/head
Hieromon Ikasamo 6 years ago
parent 8111ad79ce
commit 0a4693bcb5
  1. 2
      src/AutoConnect.cpp

@ -859,9 +859,9 @@ void AutoConnect::_purgePages(void) {
if (_currentPageElement != nullptr) {
delete _currentPageElement;
_currentPageElement = nullptr;
}
_uri = String("");
}
}
/**
* It checks whether the specified character string is a valid IP address.

Loading…
Cancel
Save