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

unify channel handling

This commit is contained in:
andreas
2024-11-04 18:52:47 +01:00
parent 5e592dee50
commit d0dee367f8
2 changed files with 138 additions and 96 deletions

View File

@@ -78,5 +78,6 @@ class GwChannel{
return (source >= sourceId && source <= maxSourceId);
}
String getMode(){return impl->getMode();}
int getMinId(){return sourceId;};
};