mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-01 17:56:12 +00:00
* fix
This commit is contained in:
@@ -45,7 +45,7 @@ void BaseChatMesh::sendAckTo(const ContactInfo& dest, const uint8_t* ack_hash, u
|
|||||||
} else {
|
} else {
|
||||||
uint32_t d = TXT_ACK_DELAY;
|
uint32_t d = TXT_ACK_DELAY;
|
||||||
if (getExtraAckTransmitCount() > 0) {
|
if (getExtraAckTransmitCount() > 0) {
|
||||||
mesh::Packet* a1 = createMultiAck(ack_hash, 1);
|
mesh::Packet* a1 = createMultiAck(ack_hash, ack_len, 1);
|
||||||
if (a1) sendDirect(a1, dest.out_path, dest.out_path_len, d);
|
if (a1) sendDirect(a1, dest.out_path, dest.out_path_len, d);
|
||||||
d += 300;
|
d += 300;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user