mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-02-11 15:13:06 +01:00
correctly set the mode/type for serial channels
This commit is contained in:
@@ -69,5 +69,6 @@ class GwUdpWriter: public GwChannelInterface{
|
||||
virtual void loop(bool handleRead=true,bool handleWrite=true);
|
||||
virtual size_t sendToClients(const char *buf,int sourceId, bool partialWrite=false);
|
||||
virtual void readMessages(GwMessageFetcher *writer);
|
||||
virtual int getType() override;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user