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