1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

tcp client 1st working

This commit is contained in:
wellenvogel
2022-01-02 17:26:46 +01:00
parent d21e497864
commit 5b843a23be
5 changed files with 25 additions and 16 deletions

View File

@@ -3,7 +3,7 @@
#include "GwChannelInterface.h"
class GwTcpClient : public GwChannelInterface
{
static const unsigned long CON_TIMEOUT=10;
static const unsigned long CON_TIMEOUT=10000;
GwSocketConnection *connection = NULL;
String remoteAddress;
uint16_t port = 0;