mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-12 13:33:06 +01:00
make the serial input/outout working again, show it's counters correctly
This commit is contained in:
@@ -102,8 +102,8 @@ void GwChannelList::begin(bool fallbackSerial){
|
||||
theChannels.push_back(channel);
|
||||
|
||||
//serial 1
|
||||
bool serCanRead=false;
|
||||
bool serCanWrite=false;
|
||||
bool serCanRead=true;
|
||||
bool serCanWrite=true;
|
||||
int serialrx=-1;
|
||||
int serialtx=-1;
|
||||
#ifdef GWSERIAL_MODE
|
||||
|
||||
Reference in New Issue
Block a user