mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
initial support for telemetry to see if things come in
This commit is contained in:
parent
6a3da79af2
commit
aef1801446
5 changed files with 25 additions and 2 deletions
|
|
@ -28,4 +28,6 @@ class PacketType(Enum):
|
|||
LOGIN_FAILED = 0x86
|
||||
STATUS_RESPONSE = 0x87
|
||||
LOG_DATA = 0x88
|
||||
TRACE_DATA = 0x89
|
||||
TRACE_DATA = 0x89
|
||||
PUSH_CODE_NEW_ADVERT = 0x8A
|
||||
TELEMETRY_RESPONSE = 0x8B
|
||||
Loading…
Add table
Add a link
Reference in a new issue