Fix retransmissions

This commit is contained in:
GUVWAF
2024-11-01 19:32:49 +01:00
parent 9de8d5ae66
commit 01344835af
3 changed files with 10 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ ErrorCode ReliableRouter::send(meshtastic_MeshPacket *p)
}
auto copy = packetPool.allocCopy(*p);
startRetransmission(copy);
startRetransmission(copy, this->NUM_RETRANSMISSIONS);
}
/* If we have pending retransmissions, add the airtime of this packet to it, because during that time we cannot receive an