1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

move to dynamic registration of converter functions

This commit is contained in:
andreas
2021-10-21 17:04:56 +02:00
parent f054413de4
commit c24e699874
3 changed files with 51 additions and 42 deletions
+1
View File
@@ -56,5 +56,6 @@ public:
}
virtual void loop();
virtual ~N2kDataToNMEA0183(){}
virtual const unsigned long* handledPgns()=0;
};
#endif