mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
Initial support for transport codes : set_flood_scope
This commit is contained in:
parent
97a53ec32b
commit
5a5f97322d
3 changed files with 22 additions and 1 deletions
|
|
@ -33,6 +33,8 @@ class PacketType(Enum):
|
|||
CUSTOM_VARS = 21
|
||||
BINARY_REQ = 50
|
||||
FACTORY_RESET = 51
|
||||
PATH_DISCOVERY = 52
|
||||
SET_FLOOD_SCOPE = 54
|
||||
|
||||
# Push notifications
|
||||
ADVERTISEMENT = 0x80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue