python
python copied to clipboard
Add hopLimit to most send functions in python/meshtastic /mesh_interface.py
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
Linking this draft PR that takes care of sendText and sendPosition. Asking them to add sendWaypoint and sendAlert