From ef32ac5cd4e4694792025bc1a9b51ea7708fb0f7 Mon Sep 17 00:00:00 2001 From: Jm Date: Sun, 28 Feb 2021 11:55:54 -0800 Subject: [PATCH] Update rangetest docs with api example --- docs/software/plugins/RangeTestPlugin.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/software/plugins/RangeTestPlugin.md b/docs/software/plugins/RangeTestPlugin.md index ee773217..ab2f2c4d 100644 --- a/docs/software/plugins/RangeTestPlugin.md +++ b/docs/software/plugins/RangeTestPlugin.md @@ -45,6 +45,18 @@ Recommended settings for a sender at different radio settings: Medium ... range_test_plugin_sender = 15 Short Fast ... range_test_plugin_sender = 15 +## Python API Examples + +### Sender + + meshtastic --set range_test_plugin_enabled 1 + meshtastic --set range_test_plugin_sender 60 + +### Receiver + + meshtastic --set range_test_plugin_enabled 1 + meshtastic --set range_test_plugin_save 1 + ## Other things to keep in mind Be sure to turn off either the plugin configured as a sender or the device where the plugin setup as sender when not in use. This will use a lot of time on air and will spam your channel.