mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-16 07:23:07 +01:00
add info about conversions to UI, tweak layout
This commit is contained in:
@@ -92,6 +92,9 @@ private:
|
||||
logger->logString("CONV: # %d handled PGNS", converters.numConverters());
|
||||
return converters.handledPgns();
|
||||
}
|
||||
virtual String handledKeys(){
|
||||
return converters.handledKeys();
|
||||
}
|
||||
virtual void HandleMsg(const tN2kMsg &N2kMsg)
|
||||
{
|
||||
String key=String(N2kMsg.PGN);
|
||||
|
||||
Reference in New Issue
Block a user