This commit is contained in:
Tom M0LTE 2025-01-24 13:16:00 -03:00 committed by GitHub
commit adb13e2546
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 40 additions and 7 deletions

View File

@ -189,17 +189,38 @@
name="action.symbol" name="action.symbol"
id="action.symbol" id="action.symbol"
> >
<option value="L#"> <option value="I&">
Green star with L I&amp; - Igate Generic (please use more specific overlay)
</option>
<option value="L_">
Blue circle with L
</option> </option>
<option value="L&"> <option value="L&">
Black diamond with L L&amp; - Lora Igate
</option>
<option value="R&">
R&amp; - Receive only IGate (do not send msgs back to RF)
</option>
<option value="T&">
T&amp; - TX igate with path set to 1 hop only)
</option>
<option value="/#">
/# - Generic digipeater
</option>
<option value="I#">
I# - I-gate equipped digipeater
</option>
<option value="L#">
L# - WIDEn-N with path length trapping
</option>
<option value="X#">
X# - eXperimental digipeater
</option>
<option value="/-">
/- - House
</option>
<option value="L_">
L_ - Blue circle with L (enable aprs.fi weather processing)
</option> </option>
<option value="La"> <option value="La">
Red diamond with L La - Red diamond with L
</option> </option>
</select> </select>
</div> </div>

File diff suppressed because one or more lines are too long