1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-02-12 07:33:07 +01:00

NMEA2000 access for system page

This commit is contained in:
2025-08-06 15:21:29 +02:00
parent f823dadc6b
commit cf305e9f5a
6 changed files with 17 additions and 1 deletions

View File

@@ -333,6 +333,9 @@ public:
status.n2kTx=countNMEA2KOut.getGlobal();
channels.fillStatus(status);
}
virtual Nmea2kTwai *getNMEA2000(){
return &NMEA2000;
}
virtual GwBoatData *getBoatData(){
return &boatData;
}