Added router to mynodeinfo

This commit is contained in:
Jm Casler
2022-02-28 22:44:51 -08:00
parent 4b87a82eb3
commit 4d8c0c11dc
4 changed files with 31 additions and 11 deletions
+6
View File
@@ -52,6 +52,12 @@ class FloodingRouter : public Router, protected PacketHistory
*/
virtual bool shouldFilterReceived(MeshPacket *p) override;
/**
* Are we in range of a router?
* @return true if we're in range of a router
*/
virtual bool rangeOfRouter(const MeshPacket *p);
/**
* Look for broadcasts we need to rebroadcast
*/