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:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user