Fix tophone build error

This commit is contained in:
Jm Casler
2022-03-02 18:55:11 -08:00
parent 8eaaf842ab
commit 2c7b3acbb9
6 changed files with 49 additions and 17 deletions

View File

@@ -54,9 +54,11 @@ class FloodingRouter : public Router, protected PacketHistory
/**
* Are we in range of a router?
*
* "range" here may not be the right term.
* @return true if we're in range of a router
*/
virtual bool rangeOfRouter(const MeshPacket *p);
virtual bool inRangeOfRouter();
/**
* Look for broadcasts we need to rebroadcast