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

correct sending/receiving actisense

This commit is contained in:
wellenvogel
2022-01-03 13:36:59 +01:00
parent 5b843a23be
commit f0a4cfcc53
3 changed files with 11 additions and 25 deletions

View File

@@ -56,8 +56,6 @@ class GwChannel{
}
bool isEnabled(){return enabled;}
bool shouldRead(){return enabled && NMEAin;}
bool canSendOut(unsigned long pgn);
bool canReceive(unsigned long pgn);
bool canSendOut(const char *buffer);
bool canReceive(const char *buffer);
bool sendSeaSmart(){ return seaSmartOut;}