mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Companion: new 'manual_add_contacts' pref. New PUSH_CODE_NEW_ADVERT frames
This commit is contained in:
parent
2de87d1875
commit
561d289ea5
3 changed files with 47 additions and 14 deletions
|
|
@ -103,6 +103,7 @@ protected:
|
|||
}
|
||||
|
||||
// 'UI' concepts, for sub-classes to implement
|
||||
virtual bool isAutoAddEnabled() const { return true; }
|
||||
virtual void onDiscoveredContact(ContactInfo& contact, bool is_new) = 0;
|
||||
virtual bool processAck(const uint8_t *data) = 0;
|
||||
virtual void onContactPathUpdated(const ContactInfo& contact) = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue