1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-13 05:53:06 +01:00

intermediate: fix some n2k->xdr mappings, add backwards conversions

This commit is contained in:
wellenvogel
2021-12-03 22:07:21 +01:00
parent 04d90447e8
commit 236c417fb5
6 changed files with 223 additions and 19 deletions

View File

@@ -726,6 +726,7 @@ void setup() {
handleN2kMessage(msg,N2KT_MSGOUT);
return true;
},
&xdrMappings,
config.getInt(config.min2KInterval,50)
);