mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
handle 0x88
This commit is contained in:
parent
d8d31652d2
commit
a564729e39
1 changed files with 2 additions and 0 deletions
2
mccli.py
2
mccli.py
|
|
@ -385,6 +385,8 @@ class MeshCore:
|
|||
data_hex = data[8:].hex()
|
||||
printerr (f"Status response: {data_hex}")
|
||||
#printerr(res)
|
||||
case 0x88:
|
||||
printerr ("Received log data")
|
||||
# unhandled
|
||||
case _:
|
||||
printerr (f"Unhandled data received {data}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue