Skip to content

Commit

Permalink
refactor: remove ACKs in range tests so zero hops is honored (#3374)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrekir authored Mar 11, 2024
1 parent cf4753f commit c80098f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/RangeTestModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++;

Expand Down

0 comments on commit c80098f

Please sign in to comment.