1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

make boat data format info acessible at api

This commit is contained in:
wellenvogel
2021-12-09 17:18:24 +01:00
parent 6c7a209c21
commit babe72c691

View File

@@ -26,6 +26,9 @@ class GwApi{
const String & getName() const{
return name;
}
const String & getFormat() const{
return format;
}
};
/**
* thread safe methods - can directly be called from a user task