Updated a changed method name
This commit is contained in:
parent
5627ebde48
commit
19cf9ac678
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user