Add contact admin message (for QR code) (#6806)

This commit is contained in:
Ben Meadors
2025-05-14 05:33:51 -05:00
committed by GitHub
parent a7415791a5
commit 0a8bd1e4be
3 changed files with 27 additions and 0 deletions

View File

@@ -110,6 +110,8 @@ class NodeDB
/// we updateGUI and updateGUIforNode if we think our this change is big enough for a redraw
void updateFrom(const meshtastic_MeshPacket &p);
void addFromContact(const meshtastic_SharedContact);
/** Update position info for this node based on received position data
*/
void updatePosition(uint32_t nodeId, const meshtastic_Position &p, RxSource src = RX_SRC_RADIO);