Change evaluation point of free heap size

pull/41/head
Hieromon Ikasamo 6 years ago
parent 1abcf596a4
commit dc5adfb2bf
  1. 1
      src/AutoConnect.h

@ -240,6 +240,7 @@ class AutoConnect {
static unsigned int _toWiFiQuality(int32_t rssi);
DetectExit_ft _onDetectExit;
WebServerClass::THandlerFunction _notFoundHandler;
size_t _freeHeapSize;
/** Servers which works in concert. */
std::unique_ptr<WebServerClass> _webServer;

Loading…
Cancel
Save