diff --git a/web/templates/help.html b/web/templates/help.html index 62a8a5a..c25e37a 100644 --- a/web/templates/help.html +++ b/web/templates/help.html @@ -13,7 +13,7 @@

Talkgroups

You may view a list of all talkgroups by going to the Talkgroups page. Click on the talkgroup name for more information. A CSV file is available for download and may be used in the CPS of some radios. Talkgroups listed there may not be available on all servers if there are multiple. You may find a list of talkgroups available on each server by going to the Passphrase(s) page.

 

-

"Options"

+

MMDVM Options

Options are like a type of command that your hotspot/repeater sends to the server for various functions. The following options are supported:

diff --git a/web/templates/map.html b/web/templates/map.html index 8709948..fdefd10 100644 --- a/web/templates/map.html +++ b/web/templates/map.html @@ -2,7 +2,8 @@ {% block content %}

 

-
Map of connected peers. +
Map of connected peers.
+ To diasble map plotting for your hotspot or repeater, see the MMDVM Options section in Help.
diff --git a/web/templates/view_passphrase.html b/web/templates/view_passphrase.html index fa6cb85..f8e2cdd 100644 --- a/web/templates/view_passphrase.html +++ b/web/templates/view_passphrase.html @@ -1,12 +1,53 @@ {% extends 'flask_user/_public_base.html' %} {% block content %}

 

-

for automated Pi-Star script.

+


+

{{server_content}}
{{passphrase_content}}
+ + +
+ + + + + + + + + + + + + +
OptionDescription
NO_MAPThis option will prevent your hotspot/repeater from plotting on the map.
+
+ + + + + + + +

 

{% endblock %}