mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
fix: update TcpIpServer case to TcpServer in CreateCommForDevice method
This commit is contained in:
@@ -104,7 +104,7 @@ namespace PepperDash.Essentials.Core
|
||||
comm = secureTcp;
|
||||
break;
|
||||
}
|
||||
case eControlMethod.TcpIpServer:
|
||||
case eControlMethod.TcpServer:
|
||||
{
|
||||
var tcpServer = new GenericTcpIpServer(deviceConfig.Key + "-tcpServer", c.Address, c.Port, c.BufferSize);
|
||||
comm = tcpServer;
|
||||
|
||||
Reference in New Issue
Block a user