mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-30 11:23:53 +00:00
refactor: always send range tests with zero hops
This commit is contained in:
parent
dced888492
commit
3da1b74a10
@ -113,7 +113,7 @@ void RangeTestModuleRadio::sendPayload(NodeNum dest, bool wantReplies)
|
||||
meshtastic_MeshPacket *p = allocDataPacket();
|
||||
p->to = dest;
|
||||
p->decoded.want_response = wantReplies;
|
||||
|
||||
p->hop_limit = 0;
|
||||
p->want_ack = true;
|
||||
|
||||
packetSequence++;
|
||||
|
Loading…
Reference in New Issue
Block a user