mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
intermediate: multiple groves
This commit is contained in:
@@ -33,9 +33,7 @@ class GwChannelList{
|
||||
void addSerial(HardwareSerial *stream,int id,const String &mode,int rx,int tx);
|
||||
void addSerial(HardwareSerial *stream,int id,int type,int rx,int tx);
|
||||
public:
|
||||
static constexpr const char* serial="serial";
|
||||
static constexpr const char* serial2="serial2";
|
||||
void addSerial(const String &name, int rx, int tx, int type);
|
||||
void addSerial(int id, int rx, int tx, int type);
|
||||
GwChannelList(GwLog *logger, GwConfigHandler *config);
|
||||
typedef std::function<void(GwChannel *)> ChannelAction;
|
||||
void allChannels(ChannelAction action);
|
||||
|
||||
Reference in New Issue
Block a user