mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2026-03-28 18:06:37 +01:00
Integrate many changes from master
This commit is contained in:
@@ -220,6 +220,10 @@ public:
|
||||
{
|
||||
return api->getNMEA2000();
|
||||
}
|
||||
virtual tN2kDeviceList *getN2kDeviceList()
|
||||
{
|
||||
return api->getN2kDeviceList();
|
||||
}
|
||||
virtual GwBoatData *getBoatData()
|
||||
{
|
||||
return api->getBoatData();
|
||||
|
||||
Reference in New Issue
Block a user