Increase c/a maximum to 30 to allow Steve Adler magloop to be estimated

pull/2/head
miguel 2022-02-12 11:34:18 +11:00
rodzic 3fc4c3f973
commit b81ab4d3e5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@
</div>
<div class="sliders">
<label for="loop_spacing_slider">c/a:</label>
<input type="range" id="loop_spacing_slider" min="1.1" max="10.0" value="2.0" step="0.01">
<input type="range" id="loop_spacing_slider" min="1.1" max="30.0" value="2.0" step="0.01">
</div>
<div class="sliders">
<label for="transmit_power_slider">Tx:</label>