1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-16 00:14:00 -04:00

Meshtastic demod: nodeinfo fix

This commit is contained in:
f4exb
2026-03-22 23:09:06 +01:00
parent 3530dd33ed
commit 86088fdede
2 changed files with 102 additions and 40 deletions
+13
View File
@@ -136,6 +136,19 @@ void MainBench::testMeshtastic(const QString& argsStr)
{"nodeinfo.short_name", "NA"}
}
},
{
"nodeinfo_user_field7_len_delimited",
"MESH:from=0x11223344;id=0x0000000a;port=NODEINFO_APP;encrypt=0;payload_hex=0a0921313233346162636412064e6f646520411a024e413a020102",
"",
true,
false,
{
{"data.port_name", "NODEINFO_APP"},
{"nodeinfo.id", "!1234abcd"},
{"nodeinfo.long_name", "Node A"},
{"nodeinfo.short_name", "NA"}
}
},
{
"telemetry_wrapped",
"MESH:from=0x11223344;id=0x00000005;port=TELEMETRY_APP;encrypt=0;payload_hex=1208083710f41c28901c",