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

@@ -88,7 +88,7 @@ void GwChannel::begin(
this->toN2k=toN2k;
this->readActisense=readActisense;
this->writeActisense=writeActisense;
if (readActisense|| writeActisense){
if (impl && (readActisense|| writeActisense)){
channelStream=impl->getStream(false);
if (! channelStream) {
this->readActisense=false;