We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa841b commit e5efa94Copy full SHA for e5efa94
1 file changed
meshtastic/mesh_interface.py
@@ -587,6 +587,7 @@ def sendPosition(
587
wantAck: bool = False,
588
wantResponse: bool = False,
589
channelIndex: int = 0,
590
+ hopLimit: Optional[int]=None,
591
):
592
"""
593
Send a position packet to some other node (normally a broadcast)
@@ -623,6 +624,7 @@ def sendPosition(
623
624
wantResponse=wantResponse,
625
onResponse=onResponse,
626
channelIndex=channelIndex,
627
+ hopLimit=hopLimit,
628
)
629
if wantResponse:
630
self.waitForPosition()
0 commit comments