From 2eb747d504f29cdc050e185bddec9824789e162a Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Sun, 17 May 2026 22:38:42 +1000 Subject: [PATCH] * fix --- src/helpers/BaseChatMesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/BaseChatMesh.cpp b/src/helpers/BaseChatMesh.cpp index 5cfa0a042..789f90410 100644 --- a/src/helpers/BaseChatMesh.cpp +++ b/src/helpers/BaseChatMesh.cpp @@ -45,7 +45,7 @@ void BaseChatMesh::sendAckTo(const ContactInfo& dest, const uint8_t* ack_hash, u } else { uint32_t d = TXT_ACK_DELAY; 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); d += 300; }