Added router to mynodeinfo
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user