mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Clean up packets.py to remove unnecessary comment
This commit is contained in:
parent
e49d5c4c7b
commit
f80988208b
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class PacketType(Enum):
|
|||
SIGN_START = 19
|
||||
SIGNATURE = 20
|
||||
CUSTOM_VARS = 21
|
||||
STATS = 24 # RESP_CODE_STATS - all stats responses use this code with a subtype byte
|
||||
STATS = 24
|
||||
BINARY_REQ = 50
|
||||
FACTORY_RESET = 51
|
||||
PATH_DISCOVERY = 52
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue