mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-12 13:33:06 +01:00
correct backward xdr mapping for unknown instance, prefer instance mode single for unmapped, improve traces
This commit is contained in:
@@ -719,7 +719,7 @@ function convertUnassigned(value){
|
||||
if (parseInt(s.v) == selector) selectorName=s.l;
|
||||
});
|
||||
rt.l=cname+","+selectorName+","+fieldName+","+instance;
|
||||
rt.v=cid+",1,"+selector+","+field+",1,"+instance+",";
|
||||
rt.v=cid+",1,"+selector+","+field+",0,"+instance+",";
|
||||
return rt;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user