From 8320754b985e8c8cebb42d72c3287fb1dab45d74 Mon Sep 17 00:00:00 2001 From: Jm Date: Sun, 14 Feb 2021 21:45:26 -0800 Subject: [PATCH] Added recommended settings as a sender --- docs/software/plugins/RangeTestPlugin.md | 7 +++++++ src/plugins/StoreForwardPlugin.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/software/plugins/RangeTestPlugin.md b/docs/software/plugins/RangeTestPlugin.md index 14a43d292..0c5915f6b 100644 --- a/docs/software/plugins/RangeTestPlugin.md +++ b/docs/software/plugins/RangeTestPlugin.md @@ -38,6 +38,13 @@ To save a log of the messages: range_test_plugin_save = 1 +Recommended settings for a sender at different radio settings: + + Long Slow ... range_test_plugin_sender = 60 + Long Alt ... range_test_plugin_sender = 30 + Medium ... range_test_plugin_sender = 15 + Short Fast ... range_test_plugin_sender = 15 + ## 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. diff --git a/src/plugins/StoreForwardPlugin.cpp b/src/plugins/StoreForwardPlugin.cpp index 087b34c1c..ef0b23090 100644 --- a/src/plugins/StoreForwardPlugin.cpp +++ b/src/plugins/StoreForwardPlugin.cpp @@ -21,7 +21,7 @@ int32_t StoreForwardPlugin::runOnce() without having to configure it from the PythonAPI or WebUI. */ - radioConfig.preferences.store_forward_plugin_enabled = 1; + radioConfig.preferences.store_forward_plugin_enabled = 0; radioConfig.preferences.is_router = 0; if (radioConfig.preferences.store_forward_plugin_enabled) {