refactor: remove ACKs in range tests so zero hops is honored (#3374)

This commit is contained in:
Andre K 2024-03-11 13:49:46 -03:00 committed by GitHub
parent cf4753f7fd
commit c80098f517
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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++;