only display messages destined to us

This commit is contained in:
geeksville
2020-02-17 16:32:51 -08:00
parent c0fdf227b7
commit 47d278b3b9
3 changed files with 17 additions and 9 deletions

View File

@@ -47,6 +47,7 @@ public:
/// we updateGUI and updateGUIforNode if we think our this change is big enough for a redraw
void updateFrom(const MeshPacket &p);
/// @return our node number
NodeNum getNodeNum() { return myNodeInfo.my_node_num; }
size_t getNumNodes() { return *numNodes; }