mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
refactor: remove ACKs in range tests so zero hops is honored (#3374)
This commit is contained in:
@@ -114,7 +114,7 @@ void RangeTestModuleRadio::sendPayload(NodeNum dest, bool wantReplies)
|
|||||||
p->to = dest;
|
p->to = dest;
|
||||||
p->decoded.want_response = wantReplies;
|
p->decoded.want_response = wantReplies;
|
||||||
p->hop_limit = 0;
|
p->hop_limit = 0;
|
||||||
p->want_ack = true;
|
p->want_ack = false;
|
||||||
|
|
||||||
packetSequence++;
|
packetSequence++;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user