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