mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-18 08:13:07 +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{
|
const String & getName() const{
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
const String & getFormat() const{
|
||||||
|
return format;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* thread safe methods - can directly be called from a user task
|
* thread safe methods - can directly be called from a user task
|
||||||
|
|||||||
Reference in New Issue
Block a user