Beacon Freq on Digi Mode

This commit is contained in:
richonguzman
2025-10-11 18:27:06 -03:00
parent 61409ce683
commit d334164b6f
11 changed files with 68 additions and 23 deletions
+15
View File
@@ -716,6 +716,21 @@
</option>
</select>
</div>
<div class="col-12 mt-3">
<div class="form-check form-switch">
<input
type="checkbox"
name="digi.beaconOnRxFreq"
id="digi.beaconOnRxFreq"
class="form-check-input"
/>
<label
for="digi.beaconOnRxFreq"
class="form-label"
>Which Frequency to send Beacon: <small>(Disable: Tx Freq / Enable: Rx Freq)</small>
</label>
</div>
</div>
</div>
</div>
</div>