Fix: Fixed beacon option was not saved
This commit is contained in:
parent
13964e152b
commit
3625b61697
|
|
@ -82,7 +82,7 @@
|
|||
<div class="grid-container quarters">
|
||||
<div>
|
||||
<label for="aprs_fixed_beac">Fixed Beacon (when no GPS)</label>
|
||||
<input name="aprs_alt" id="aprs_fixed_beac" type="checkbox" value="1">
|
||||
<input name="aprs_fixed_beac" id="aprs_fixed_beac" type="checkbox" value="1">
|
||||
</div>
|
||||
<div>
|
||||
<label for="aprs_fb_interv">Fixed Beacon Interval (s)</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue