Revert "develop --> Master" (#8244)

This commit is contained in:
Tom Fifield
2025-10-07 22:00:09 +11:00
committed by GitHub
parent 1d5b343836
commit 5bcc47dddb
14 changed files with 136 additions and 229 deletions

View File

@@ -148,7 +148,7 @@ class NextHopRouter : public FloodingRouter
*/
uint8_t getNextHop(NodeNum to, uint8_t relay_node);
/** Check if we should be rebroadcasting this packet if so, do so.
* @return true if we did rebroadcast */
bool perhapsRebroadcast(const meshtastic_MeshPacket *p) override;
/** Check if we should be relaying this packet if so, do so.
* @return true if we did relay */
bool perhapsRelay(const meshtastic_MeshPacket *p);
};