mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-11 11:56:18 +00:00
Clean up packets.py to remove unnecessary comment
This commit is contained in:
@@ -35,7 +35,7 @@ class PacketType(Enum):
|
|||||||
SIGN_START = 19
|
SIGN_START = 19
|
||||||
SIGNATURE = 20
|
SIGNATURE = 20
|
||||||
CUSTOM_VARS = 21
|
CUSTOM_VARS = 21
|
||||||
STATS = 24 # RESP_CODE_STATS - all stats responses use this code with a subtype byte
|
STATS = 24
|
||||||
BINARY_REQ = 50
|
BINARY_REQ = 50
|
||||||
FACTORY_RESET = 51
|
FACTORY_RESET = 51
|
||||||
PATH_DISCOVERY = 52
|
PATH_DISCOVERY = 52
|
||||||
|
|||||||
Reference in New Issue
Block a user