Skip to content

Commit

Permalink
Merge https://github.com/meshtastic/firmware into pico_waveshare_lowp…
Browse files Browse the repository at this point in the history
…ower
  • Loading branch information
Mictronics committed Mar 10, 2024
2 parents 7bcb883 + 3da1b74 commit ccdbe4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/RangeTestModule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down Expand Up @@ -295,4 +295,4 @@ bool RangeTestModuleRadio::appendFile(const meshtastic_MeshPacket &mp)
#endif

return 1;
}
}

0 comments on commit ccdbe4a

Please sign in to comment.