forked from K7ABD/anytone-config-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding documentation for advanced options
- Loading branch information
K7ABD
committed
May 27, 2019
1 parent
1c4a367
commit d2e037d
Showing
2 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|
@@ -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> |