mirror of
https://github.com/meshtastic/firmware.git
synced 2026-09-24 07:15:37 -04:00
refactor: remove ACKs in range tests so zero hops is honored (#3374)
This commit is contained in:
1 parent
cf4753f7fd
commit
c80098f517
1 file changed
+1
-1
@@ -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++;
|
||||
|
||||
|
||||
Reference in new issue
Block a user