mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 10:42:49 +00:00
add want_ack support for broadcast packets
This commit is contained in:
@@ -11,7 +11,7 @@ FloodingRouter::FloodingRouter() {}
|
||||
*/
|
||||
ErrorCode FloodingRouter::send(MeshPacket *p)
|
||||
{
|
||||
// Add any messages _we_ send to the seen message list
|
||||
// Add any messages _we_ send to the seen message list (so we will ignore all retransmissions we see)
|
||||
wasSeenRecently(p); // FIXME, move this to a sniffSent method
|
||||
|
||||
return Router::send(p);
|
||||
|
||||
Reference in New Issue
Block a user