mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-15 23:13:07 +01:00
add info about conversions to UI, tweak layout
This commit is contained in:
@@ -402,6 +402,9 @@ public:
|
||||
virtual int numConverters(){
|
||||
return converters.numConverters();
|
||||
}
|
||||
virtual String handledKeys(){
|
||||
return converters.handledKeys();
|
||||
}
|
||||
|
||||
NMEA0183DataToN2KFunctions(GwLog *logger, GwBoatData *boatData, N2kSender callback)
|
||||
: NMEA0183DataToN2K(logger, boatData, callback)
|
||||
|
||||
Reference in New Issue
Block a user