Skip to content

Commit

Permalink
Adding documentation for advanced options
Browse files Browse the repository at this point in the history
  • Loading branch information
K7ABD committed May 27, 2019
1 parent 1c4a367 commit d2e037d
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 5 deletions.
19 changes: 19 additions & 0 deletions documentation/advanced-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Advanced Options

Please note that these are <i>options</i>. The defaults will work fine for most people. So, if you don't feel like reading this stuff, or if this doesn't make sense, you can safely ignore it.

## Zone/Talkgroup Sort Order
This setting controls how your zones are organized.

**Alphabetize them for me** - This is the default option; the tool will sort your zones alphabetically. Within the Digital Repeater zones (1 zone per repeater), the channels (1 per talk group) will be sorted alphabetically by talk group name. Within the Analog/Digital-Others zones, the channels will be sorted alphabetically as well.

**Use my sorting, DMR Repeaters as the first zone** - this lets you control the sorting. For the Digital Repeater zones (1 zone per repeater), you can control the order of the zones by simply ordering the rows in the Digital-Repeaters.csv to your liking. For the Digital Repeater channels (1 per talk group), you can control the ordering of those by sorting your TalkGroups.csv file as you see fit. The Analog and Digital-Others channels will follow the order that you specied in those files and will follow the digital repeaters.

**Use my sorting, Analog channels as first zone** - this is the same as the above, but the first zone will be the Analog/Digital-Others zones, the DMR repeaters will follow behind using your ordering, as described above.

## TX Permit setting for Hotspots
Some hotspot owners would prefer a TX Permit setting of "Always" when they're using their hotspot. The default is "Same Color Code".

**Same Color Code** - This is the default option; all Digital Repeater channels have the TX Permit setting of "Same Color Code"

**Always** - For every Digital Repeater which has the same TX and RX Frequency, the TX Permit setting will be set to "Always".
14 changes: 9 additions & 5 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@
<body>

<h1>K7ABD's Anytone Config Builder</h1>
<p>This is a tool to make building codeplugs easier.</p>

Instructions are <a href="getting-started.html">here</a>

Be sure to check out the [<a href="getting-started.html">Getting Started Guide</a>].<br>
<br>
<div style='border: 1px solid #888888; padding: 5px'>
<form action="config-builder.php" method="post" enctype="multipart/form-data">

<h3>The Tool:</h3>
<font size="+1"><b>The Tool:</b></font>
<br>
Choose your files, hit upload!
<table>
<tr>
Expand All @@ -31,6 +34,7 @@ <h3>The Tool:</h3>
<td><input type="file" name="talkgroups" id="talkgroups"></td>
</tr>
</table>
<b>Advanced Options:</b> [<a href="advanced-options.html">help</a>]<br>
Zone/Talkgroup Sort Order: <select name="sort">
<option value="alpha" selected="selected">Alphabetize them for me</option>
<option value="repeaters-first">Use my sorting, DMR Repeaters as first zone</option>
Expand All @@ -42,12 +46,12 @@ <h3>The Tool:</h3>
<option value="always">Always</option>
</select>


<br>
<br>
<input type="submit" value="Upload" name="Upload">
</form>
</div>


<p> Not working for you? Email me: [email protected].</p>
</body>
</html>

0 comments on commit d2e037d

Please sign in to comment.