From fea2228b16f822a3e23f2e90ef326162c0cf495d Mon Sep 17 00:00:00 2001 From: Jm Date: Sun, 14 Feb 2021 20:17:16 -0800 Subject: [PATCH] Update RangeTestPlugin.md --- docs/software/plugins/RangeTestPlugin.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/software/plugins/RangeTestPlugin.md b/docs/software/plugins/RangeTestPlugin.md index 998ce4f06..58baff1e5 100644 --- a/docs/software/plugins/RangeTestPlugin.md +++ b/docs/software/plugins/RangeTestPlugin.md @@ -38,6 +38,8 @@ To save a log of the messages: 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. Also be mindful of your space usage on the file system. It has protections from filling up the space but it's best to delete old range test results. @@ -49,7 +51,7 @@ Also be mindful of your space usage on the file system. It has protections from # TODO -* Right now range test messages go over the TEXT_MESSAGE_APP port. We need a toggle to switch to RANGE_TEST_APP. +* Right now range test messages go over the TEXT_MESSAGE_APP port. We need a toggle to switch to optionally send over RANGE_TEST_APP. # Need more help?