mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-07 10:27:43 +00:00
Formatting and correct NUM_RETRANSMISSIONS
This commit is contained in:
@@ -31,6 +31,4 @@ class ReliableRouter : public NextHopRouter
|
||||
* We hook this method so we can see packets before FloodingRouter says they should be discarded
|
||||
*/
|
||||
virtual bool shouldFilterReceived(const meshtastic_MeshPacket *p) override;
|
||||
|
||||
constexpr static uint8_t NUM_RETRANSMISSIONS = 3;
|
||||
};
|
||||
Reference in New Issue
Block a user