From 19cf9ac678c23fd822ea696b4c43cd3aed47220c Mon Sep 17 00:00:00 2001 From: anschrammh Date: Wed, 16 Dec 2020 00:42:12 +0100 Subject: [PATCH] Updated a changed method name --- src/app/SAB.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/SAB.cpp b/src/app/SAB.cpp index 4510877..0ec5eb2 100644 --- a/src/app/SAB.cpp +++ b/src/app/SAB.cpp @@ -71,8 +71,8 @@ void SAB::initCommonConfig() //We set the different servers : _dbWSServer.begin(); - _webServer.enableTcpKeepAlive(15,5,5); - _ftpServer.enableTcpKeepAlive(15,5,5); + _webServer.enableTCPKeepAlive(15,5,5); + _ftpServer.enableTCPKeepAlive(15,5,5); } void SAB::initGPIO()