mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-14 06:23:07 +01:00
allow to set XDR mappings from user tasks
This commit is contained in:
@@ -280,6 +280,9 @@ public:
|
||||
virtual TaskInterfaces * taskInterfaces(){
|
||||
return interfaces;
|
||||
}
|
||||
virtual bool addXdrMapping(const GwXDRMappingDef &def){
|
||||
return api->addXdrMapping(def);
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user