mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
implement simpler setters for telemetry, adding contacts ...
This commit is contained in:
parent
865d42206b
commit
7ea3b04a05
2 changed files with 21 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue