Increase maximum frequency in web interface.
US LoRa frequencies can go up to 928 MHz: https://www.rfwireless-world.com/Tutorials/LoRa-channels-list.html. Some T-Beams are sold on this frequency.
This commit is contained in:
parent
680b986113
commit
f0d20299c3
|
|
@ -51,7 +51,7 @@
|
|||
<div class="grid-container halves">
|
||||
<div>
|
||||
<label for="lora_freq">Frequency [MHz]</label>
|
||||
<input name="lora_freq" id="lora_freq" type="number" min="433.000" max="450.000" step="0.001" title="LoRa center frequency between 433.001 and 450.000">
|
||||
<input name="lora_freq" id="lora_freq" type="number" min="433.000" max="928.000" step="0.001" title="LoRa center frequency between 433.001 and 928.000">
|
||||
</div>
|
||||
<div>
|
||||
<label for="lora_speed">Speed [baud]</label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue