From dc5adfb2bfc9ae302cfc386c4eb3d4e7b3376309 Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Tue, 29 Jan 2019 01:27:37 +0900 Subject: [PATCH] Change evaluation point of free heap size --- src/AutoConnect.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AutoConnect.h b/src/AutoConnect.h index 35af7f0..d580a9a 100644 --- a/src/AutoConnect.h +++ b/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 _webServer;