1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-16 07:23:07 +01:00

use converterlist for both directions

This commit is contained in:
andreas
2021-10-31 11:17:04 +01:00
parent f9bec3f0ba
commit 4cbd7b313d
3 changed files with 76 additions and 95 deletions

View File

@@ -1,6 +1,6 @@
#include "NMEA0183DataToN2K.h"
#include "NMEA0183Messages.h"
#include "NMEA0183ConverterList.h"
#include "ConverterList.h"
NMEA0183DataToN2K::NMEA0183DataToN2K(GwLog *logger, GwBoatData *boatData,N2kSender callback)
{
this->sender = callback;