mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-13 05:53:06 +01:00
add new function getBoatDataValues to api for easier access
This commit is contained in:
@@ -95,6 +95,10 @@ public:
|
||||
virtual const char* getTalkerId(){
|
||||
return api->getTalkerId();
|
||||
}
|
||||
virtual ValueMap getBoatDataValues(StringList names){
|
||||
GWSYNCHRONIZED(mainLock);
|
||||
return api->getBoatDataValues(names);
|
||||
}
|
||||
virtual ~TaskApi(){};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user