python icon indicating copy to clipboard operation
python copied to clipboard

Add hopLimit to most send functions in python/meshtastic /mesh_interface.py

Open mikecarper opened this issue 9 months ago • 1 comments

Right now only sendData, sendTraceRoute, and _sendPacket have hopLimit.
sendText, sendAlert, sendPosition, and sendWaypoint should include it as well.

https://github.com/meshtastic/python/blob/master/meshtastic/mesh_interface.py

From https://github.com/meshtastic/firmware/issues/6301

mikecarper avatar Mar 13 '25 17:03 mikecarper

Linking this draft PR that takes care of sendText and sendPosition. Asking them to add sendWaypoint and sendAlert

rc14193 avatar Mar 15 '25 15:03 rc14193