From d67e2187d0156791cd9ca083cef28d839bda10b9 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Mon, 15 Feb 2021 21:17:06 -0800 Subject: [PATCH] Update RangeTestPlugin.md --- docs/software/plugins/RangeTestPlugin.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/software/plugins/RangeTestPlugin.md b/docs/software/plugins/RangeTestPlugin.md index 0c5915f6..ee773217 100644 --- a/docs/software/plugins/RangeTestPlugin.md +++ b/docs/software/plugins/RangeTestPlugin.md @@ -83,6 +83,9 @@ A: Go to /static and delete the file. Q: Can I use this as a sender while on battery power? A: Yes, but your battery will run down quicker than normal. While sending, we tell the device not to go into low-power mode since it needs to keep to a fairly strict timer. +Q: Why is this operating on incoming messages instead of the existing location discovery protocol? +A: This plugin is still young and currently supports monitoring just one port at a time. I decided to use the existing message port because that is easy to test with. A future version will listen to multiple ports to be more promiscuous. + # Need more help? Go to the Meshtastic Discourse Group if you have any questions or to share how you have used this.