mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Add trace packet type
This commit is contained in:
parent
a5f1ec5c26
commit
ea2f17025f
5 changed files with 168 additions and 4 deletions
|
|
@ -27,4 +27,5 @@ class PacketType(Enum):
|
|||
LOGIN_SUCCESS = 0x85
|
||||
LOGIN_FAILED = 0x86
|
||||
STATUS_RESPONSE = 0x87
|
||||
LOG_DATA = 0x88
|
||||
LOG_DATA = 0x88
|
||||
TRACE_DATA = 0x89
|
||||
Loading…
Add table
Add a link
Reference in a new issue