sforkowany z mirror/meshtastic-firmware
Added recommended settings as a sender
rodzic
703ce2e292
commit
8320754b98
|
@ -38,6 +38,13 @@ To save a log of the messages:
|
||||||
|
|
||||||
range_test_plugin_save = 1
|
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
|
## 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.
|
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.
|
||||||
|
|
|
@ -21,7 +21,7 @@ int32_t StoreForwardPlugin::runOnce()
|
||||||
without having to configure it from the PythonAPI or WebUI.
|
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;
|
radioConfig.preferences.is_router = 0;
|
||||||
|
|
||||||
if (radioConfig.preferences.store_forward_plugin_enabled) {
|
if (radioConfig.preferences.store_forward_plugin_enabled) {
|
||||||
|
|
Ładowanie…
Reference in New Issue