Paul Picazo

Results 2 issues of Paul Picazo

If you use: ``` interface.sendTraceRoute(dest="!3b46b95d", hopLimit=5) ``` The `hopLimit` param specified is not used for the trace route as expected, the lora config `hopLimit` is used. This fix allows trace...

Add command line argument for hopLimit to override the default one set in the config for `--sendtext`, `--traceroute`, `--request-telemetry`, and `--request-position`. `meshtastic --host 192.168.1.10 --traceroute df81f5d7 --hoplimit 5` `meshtastic --host...