mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 07:03:07 +01:00
correctly set the mode/type for serial channels
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "GwBuffer.h"
|
||||
#include "GwSocketConnection.h"
|
||||
#include "GwSocketHelper.h"
|
||||
#include "GwHardware.h"
|
||||
|
||||
GwSocketServer::GwSocketServer(const GwConfigHandler *config, GwLog *logger, int minId)
|
||||
{
|
||||
@@ -185,4 +186,6 @@ int GwSocketServer::numClients()
|
||||
}
|
||||
GwSocketServer::~GwSocketServer()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
int GwSocketServer::getType() {return GWSERIAL_TYPE_BI;}
|
||||
Reference in New Issue
Block a user