mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
refactor: always send range tests with zero hops
This commit is contained in:
@@ -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++;
|
||||
|
||||
Reference in New Issue
Block a user