mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
Add trace packet type
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user