implement simpler setters for telemetry, adding contacts ...

This commit is contained in:
Florent de Lamotte 2025-05-15 16:15:48 +02:00
parent 865d42206b
commit 7ea3b04a05
2 changed files with 21 additions and 2 deletions

View file

@ -382,7 +382,6 @@ class MessageReader:
res["pubkey_pre"] = data[2:8].hex()
buf = data[8:]
res["data"] = buf.hex()
"""Parse a given byte string and return as a LppFrame object."""
i = 0