Updated a changed method name

This commit is contained in:
anschrammh 2020-12-16 00:42:12 +01:00
parent 5627ebde48
commit 19cf9ac678

View File

@ -71,8 +71,8 @@ void SAB::initCommonConfig()
//We set the different servers : //We set the different servers :
_dbWSServer.begin(); _dbWSServer.begin();
_webServer.enableTcpKeepAlive(15,5,5); _webServer.enableTCPKeepAlive(15,5,5);
_ftpServer.enableTcpKeepAlive(15,5,5); _ftpServer.enableTCPKeepAlive(15,5,5);
} }
void SAB::initGPIO() void SAB::initGPIO()