handle 0x88

This commit is contained in:
Florent de Lamotte 2025-03-09 22:04:15 +01:00
parent d8d31652d2
commit a564729e39

View file

@ -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}")