mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
add pending_contacts_list and track adverts and path changes
This commit is contained in:
parent
f534b1898b
commit
d7de28d7f9
3 changed files with 30 additions and 2 deletions
|
|
@ -65,7 +65,6 @@ class MessageReader:
|
|||
elif packet_type_value == PacketType.CONTACT_END.value:
|
||||
await self.dispatcher.dispatch(Event(EventType.CONTACTS, self.contacts))
|
||||
|
||||
|
||||
elif packet_type_value == PacketType.SELF_INFO.value:
|
||||
self_info = {}
|
||||
self_info["adv_type"] = data[1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue