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

used/changed handling for xdr, show xdr example

This commit is contained in:
wellenvogel
2021-11-22 13:09:19 +01:00
parent c31f18b65f
commit 824f2383a8
3 changed files with 64 additions and 14 deletions

View File

@@ -244,7 +244,7 @@
"type": "xdr",
"default": "",
"check": "checkXDR",
"category":"xdr"
"category":"xdr1"
},
{
"name": "XDR2",
@@ -252,7 +252,7 @@
"type": "xdr",
"default": "",
"check": "checkXDR",
"category":"xdr"
"category":"xdr2"
}