mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
support path_hash_mode
This commit is contained in:
parent
03c05d77a2
commit
26730d1efa
4 changed files with 12 additions and 3 deletions
|
|
@ -71,6 +71,7 @@ class CommandType(Enum):
|
|||
SET_AUTOADD_CONFIG = 58
|
||||
GET_AUTOADD_CONFIG = 59
|
||||
GET_ALLOWED_REPEAT_FREQ = 60
|
||||
SET_PATH_HASH_MODE = 61
|
||||
|
||||
# Packet prefixes for the protocol
|
||||
class PacketType(Enum):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue