Added recommended settings as a sender

1.2-legacy
Jm 2021-02-14 21:45:26 -08:00
rodzic 703ce2e292
commit 8320754b98
2 zmienionych plików z 8 dodań i 1 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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) {